Add empty state when view is not available (#5002)
This commit is contained in:
parent
b591203da6
commit
d9d62c2d5a
2 changed files with 30 additions and 4 deletions
|
|
@ -34,7 +34,7 @@ const GlobalViewIssuesPage = observer(() => {
|
|||
<div className="flex h-full w-full flex-col border-b border-custom-border-300">
|
||||
<GlobalViewsHeader />
|
||||
{globalViewId && <GlobalViewsAppliedFiltersRoot globalViewId={globalViewId.toString()} />}
|
||||
<AllIssueLayoutRoot />
|
||||
<AllIssueLayoutRoot isDefaultView={!!defaultView} />
|
||||
</div>
|
||||
</div>
|
||||
</>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue