Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
update menu position in settings page
Browse files Browse the repository at this point in the history
  • Loading branch information
mgilangjanuar committed Jun 2, 2022
1 parent fb43b8b commit efdb0b3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion web/src/pages/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,9 @@ const Settings: React.FC<Props> = ({ me, mutate, error }) => {
</Form.Item>]}>
<List.Item.Meta title={<Space><MonitorOutlined /><>Report Bug</></Space>} description="Send your activities for reporting" />
</List.Item>
</List>

<List header="Data">
<List.Item key="export" actions={[<Form.Item>
<Button shape="round" loading={loadingChangeServer} icon={<CloudDownloadOutlined />} onClick={exportFilesData}>Export</Button>
</Form.Item>]}>
Expand All @@ -323,7 +325,7 @@ const Settings: React.FC<Props> = ({ me, mutate, error }) => {
}}>Import</Upload>
</Button>
</Form.Item>]}>
<List.Item.Meta title={<Space><ImportOutlined /><>Import Data</></Space>} description="Import your files.json" />
<List.Item.Meta title={<Space><ImportOutlined /><>Import Data</></Space>} description="Import your files ref data" />
</List.Item>
</List>

Expand Down

0 comments on commit efdb0b3

Please sign in to comment.