mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-08 19:52:27 +08:00
fixup: minor sync fixup
This commit is contained in:
@@ -22,6 +22,7 @@ import {
|
||||
Popover,
|
||||
Select,
|
||||
showConfirm,
|
||||
showToast,
|
||||
} from "./ui-lib";
|
||||
import { ModelConfigList } from "./model-config";
|
||||
|
||||
@@ -275,7 +276,7 @@ function SyncItems() {
|
||||
icon={<ResetIcon />}
|
||||
text={Locale.UI.Sync}
|
||||
onClick={() => {
|
||||
syncStore.check().then(console.log);
|
||||
showToast(Locale.WIP);
|
||||
}}
|
||||
/>
|
||||
</ListItem>
|
||||
|
Reference in New Issue
Block a user