mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-07 10:36:38 +08:00
fix bug
This commit is contained in:
parent
45d2ccc119
commit
c234160b82
@ -569,6 +569,13 @@ function SyncItems() {
|
|||||||
setShowSyncConfigModal(true);
|
setShowSyncConfigModal(true);
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
<IconButton
|
||||||
|
icon={<DownloadIcon />}
|
||||||
|
text={Locale.UI.Import}
|
||||||
|
onClick={() => {
|
||||||
|
setShowImportModal(true);
|
||||||
|
}}
|
||||||
|
/>
|
||||||
{couldSync && (
|
{couldSync && (
|
||||||
<>
|
<>
|
||||||
<IconButton
|
<IconButton
|
||||||
@ -591,13 +598,6 @@ function SyncItems() {
|
|||||||
syncStore.exportSyncConfig();
|
syncStore.exportSyncConfig();
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
<IconButton
|
|
||||||
icon={<DownloadIcon />}
|
|
||||||
text={Locale.UI.Import}
|
|
||||||
onClick={() => {
|
|
||||||
setShowImportModal(true);
|
|
||||||
}}
|
|
||||||
/>
|
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user