mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-19 20:21:49 +08:00
Merge pull request #2798 from Yidadaa/backup
This commit is contained in:
@@ -270,7 +270,7 @@ function SyncItems() {
|
|||||||
<List>
|
<List>
|
||||||
<ListItem
|
<ListItem
|
||||||
title={Locale.Settings.Sync.LastUpdate}
|
title={Locale.Settings.Sync.LastUpdate}
|
||||||
subTitle={new Date().toLocaleString()}
|
subTitle={new Date(syncStore.lastSyncTime).toLocaleString()}
|
||||||
>
|
>
|
||||||
<IconButton
|
<IconButton
|
||||||
icon={<ResetIcon />}
|
icon={<ResetIcon />}
|
||||||
|
Reference in New Issue
Block a user