Yuken Tezuka 3 years ago
parent
commit
e56cc1114e
1 changed files with 1 additions and 1 deletions
  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);
-  }
+  };
 };