Ver Fonte

fix limt

Yuken Tezuka há 3 anos atrás
pai
commit
e56cc1114e
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      packages/app/src/client/services/page-operation.ts

+ 1 - 1
packages/app/src/client/services/page-operation.ts

@@ -197,5 +197,5 @@ export const useUpdateStateAfterSave = () => {
     };
 
     setRemoteLatestPageData(remoterevisionData);
-  }
+  };
 };