mirror of
https://github.com/docmost/docmost.git
synced 2026-05-18 23:44:24 +08:00
* time ago hook
This commit is contained in:
@@ -209,6 +209,7 @@ export default function PageEditor({
|
||||
queryClient.setQueryData(["pages", slugId], {
|
||||
...pageData,
|
||||
content: newContent,
|
||||
updatedAt: new Date(),
|
||||
});
|
||||
}
|
||||
}, 3000);
|
||||
|
||||
Reference in New Issue
Block a user