yohei0125 пре 3 година
родитељ
комит
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 = {