mirror of
https://github.com/docmost/docmost.git
synced 2025-11-14 02:11:17 +10: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