This commit is contained in:
StyleZhang
2024-03-06 19:03:43 +08:00
parent fca9753140
commit 36718c39dc
12 changed files with 112 additions and 26 deletions

View File

@ -17,7 +17,7 @@ const EditingTitle = () => {
draftUpdatedAt && (
<>
<span className='flex items-center mx-1'>·</span>
{t('workflow.common.autoSaved')} {dayjs(draftUpdatedAt).format('HH:mm:ss')}
{t('workflow.common.autoSaved')} {dayjs(draftUpdatedAt * 1000).format('HH:mm:ss')}
</>
)
}