[WIKI-636] fix: replace project loader with page loader #7752
This commit is contained in:
parent
99bc4262c5
commit
34bdc2ad76
1 changed files with 2 additions and 2 deletions
|
|
@ -34,8 +34,8 @@ export const PagesListMainContent: React.FC<Props> = observer((props) => {
|
||||||
// plane hooks
|
// plane hooks
|
||||||
const { t } = useTranslation();
|
const { t } = useTranslation();
|
||||||
// store hooks
|
// store hooks
|
||||||
const { currentProjectDetails, loader } = useProject();
|
const { currentProjectDetails } = useProject();
|
||||||
const { isAnyPageAvailable, getCurrentProjectFilteredPageIdsByTab, getCurrentProjectPageIdsByTab, filters } =
|
const { isAnyPageAvailable, getCurrentProjectFilteredPageIdsByTab, getCurrentProjectPageIdsByTab, filters, loader } =
|
||||||
usePageStore(storeType);
|
usePageStore(storeType);
|
||||||
const { allowPermissions } = useUserPermissions();
|
const { allowPermissions } = useUserPermissions();
|
||||||
const { createPage } = usePageStore(EPageStoreType.PROJECT);
|
const { createPage } = usePageStore(EPageStoreType.PROJECT);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue