1.adjust code style.

This commit is contained in:
mitsuha
2022-09-02 18:32:26 +08:00
parent 67698a7e3e
commit 3b1263447f
9 changed files with 54 additions and 55 deletions
@@ -156,15 +156,13 @@ export const useSettings = (): SettingItem[] => {
type: 'button',
name: t('Import Workspace'),
key: 'Import Workspace',
onClick: () => importWorkspace(workspaceId),
flag: 'booleanClearWorkspace',
onClick: () => importWorkspace(),
},
{
type: 'button',
name: t('Export Workspace'),
key: 'Export Workspace',
onClick: () => exportWorkspace(),
flag: 'booleanExportWorkspace',
},
];