createUuid

This commit is contained in:
hamid zarghami
2026-04-26 16:28:33 +03:30
parent 4fb19ed576
commit b74e994de5
2 changed files with 29 additions and 2 deletions
+2
View File
@@ -18,6 +18,8 @@ const Editor: FC = () => {
useEffect(() => {
if (data?.data && data?.data?.content) {
const json = JSON.parse(data?.data?.content)
console.log(json);
if (json) {
loadPages(json)
}