Shun Miyazawa 2 years ago
parent
commit
da43467bab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/app/src/components/PageEditor/PageEditor.tsx

+ 1 - 1
apps/app/src/components/PageEditor/PageEditor.tsx

@@ -25,7 +25,7 @@ import {
   extractRemoteRevisionDataFromErrorObj,
   extractRemoteRevisionDataFromErrorObj,
   useConflictResolver,
   useConflictResolver,
   useConflictEffect,
   useConflictEffect,
-  type ConflictHandler
+  type ConflictHandler,
 } from '~/client/services/update-page';
 } from '~/client/services/update-page';
 import { apiv3Get, apiv3PostForm } from '~/client/util/apiv3-client';
 import { apiv3Get, apiv3PostForm } from '~/client/util/apiv3-client';
 import { toastError, toastSuccess, toastWarning } from '~/client/util/toastr';
 import { toastError, toastSuccess, toastWarning } from '~/client/util/toastr';