yohei0125 3 лет назад
Родитель
Сommit
b6db6f1e22
1 измененных файлов с 1 добавлено и 3 удалено
  1. 1 3
      packages/app/src/components/Page/FixPageGrantAlert.tsx

+ 1 - 3
packages/app/src/components/Page/FixPageGrantAlert.tsx

@@ -9,9 +9,7 @@ import { toastError, toastSuccess } from '~/client/util/apiNotification';
 import { apiv3Put } from '~/client/util/apiv3-client';
 import { PageGrant, IPageGrantData } from '~/interfaces/page';
 import { IRecordApplicableGrant, IResIsGrantNormalizedGrantData } from '~/interfaces/page-grant';
-import {
-  useCurrentPageId, useCurrentUser, useHasParent,
-} from '~/stores/context';
+import { useCurrentPageId, useCurrentUser, useHasParent } from '~/stores/context';
 import { useSWRxApplicableGrant, useSWRxIsGrantNormalized } from '~/stores/page';
 
 type ModalProps = {