[WEB-994] fix: pages list mutation between projects (#4179)
* fix: pages list mutation between projects * fix: page tab logic * chore: remove pageType from the project pages store * chore: rename computed helper functions
This commit is contained in:
parent
d58bc03db6
commit
7507cb0a0f
6 changed files with 59 additions and 52 deletions
|
|
@ -36,7 +36,11 @@ const ProjectPagesPage: NextPageWithLayout = observer(() => {
|
|||
projectId={projectId.toString()}
|
||||
pageType={currentPageType()}
|
||||
>
|
||||
<PagesListRoot workspaceSlug={workspaceSlug.toString()} projectId={projectId.toString()} />
|
||||
<PagesListRoot
|
||||
pageType={currentPageType()}
|
||||
workspaceSlug={workspaceSlug.toString()}
|
||||
projectId={projectId.toString()}
|
||||
/>
|
||||
</PagesListView>
|
||||
);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue