15088: Improves federated linking logic and UI
[arvados-workbench2.git] / src / views / link-account-panel / link-account-panel.tsx
index 0635911129a6e66bd0ef5f58ed04958ff380ccb4..3bdfbe43aa41ad3390e016f02fdc3dc157bacdbf 100644 (file)
@@ -18,6 +18,7 @@ const mapStateToProps = (state: RootState): LinkAccountPanelRootDataProps => {
         remoteHosts: state.auth.remoteHosts,
         hasRemoteHosts: Object.keys(state.auth.remoteHosts).length > 1,
         selectedCluster: state.linkAccountPanel.selectedCluster,
+        localCluster: state.auth.localCluster,
         targetUser: state.linkAccountPanel.targetUser,
         userToLink: state.linkAccountPanel.userToLink,
         status: state.linkAccountPanel.status,