mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-04-23 17:18:32 +02:00
Dropdown to setup sync now opens the correct workspace settings tab
This commit is contained in:
@@ -343,7 +343,7 @@ function SetupSyncDropdown({ workspaceMeta }: { workspaceMeta: WorkspaceMeta })
|
|||||||
color: 'success',
|
color: 'success',
|
||||||
label: 'Open Workspace Settings',
|
label: 'Open Workspace Settings',
|
||||||
leftSlot: <Icon icon="settings" />,
|
leftSlot: <Icon icon="settings" />,
|
||||||
onSelect: () => openWorkspaceSettings('general'),
|
onSelect: () => openWorkspaceSettings('data'),
|
||||||
},
|
},
|
||||||
{ type: 'separator' },
|
{ type: 'separator' },
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -73,7 +73,7 @@ export function WorkspaceSettingsDialog({ workspaceId, hide, tab }: Props) {
|
|||||||
{ value: TAB_GENERAL, label: 'General' },
|
{ value: TAB_GENERAL, label: 'General' },
|
||||||
{
|
{
|
||||||
value: TAB_DATA,
|
value: TAB_DATA,
|
||||||
label: 'Directory Sync',
|
label: 'Data',
|
||||||
},
|
},
|
||||||
...headersTab,
|
...headersTab,
|
||||||
...authTab,
|
...authTab,
|
||||||
|
|||||||
Reference in New Issue
Block a user