[WEB-4857] fix: applied filters root update #7750
This commit is contained in:
parent
4fe2ef706b
commit
4cfea87108
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ export const ProjectAppliedFiltersRoot: React.FC<TProjectAppliedFiltersRootProps
|
|||
/>
|
||||
</Header.LeftItem>
|
||||
<Header.RightItem>
|
||||
{isEditingAllowed && (
|
||||
{isEditingAllowed && storeType === EIssuesStoreType.PROJECT && (
|
||||
<SaveFilterView
|
||||
workspaceSlug={workspaceSlug?.toString()}
|
||||
projectId={projectId?.toString()}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue