forked from github/plane
chore: filters import conflict
This commit is contained in:
parent
b5b809500d
commit
844a3e4b42
@ -40,7 +40,7 @@ export const AllViews: React.FC = observer(() => {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="relative w-full h-full flex flex-col overflow-auto">
|
<div className="relative w-full h-full flex flex-col overflow-auto">
|
||||||
<AppliedFiltersList />
|
<AppliedFiltersRoot />
|
||||||
<div className="w-full h-full">
|
<div className="w-full h-full">
|
||||||
{activeLayout === "kanban" ? (
|
{activeLayout === "kanban" ? (
|
||||||
<KanBanLayout />
|
<KanBanLayout />
|
||||||
|
Loading…
Reference in New Issue
Block a user