diff --git a/dashboard/client/components/item-object-list/item-list-layout.tsx b/dashboard/client/components/item-object-list/item-list-layout.tsx index 82844596ee..30c8a5717b 100644 --- a/dashboard/client/components/item-object-list/item-list-layout.tsx +++ b/dashboard/client/components/item-object-list/item-list-layout.tsx @@ -95,7 +95,7 @@ export class ItemListLayout extends React.Component { // default user settings (ui show-hide tweaks mostly) @observable userSettings: ItemListLayoutUserSettings = { - showAppliedFilters: true, + showAppliedFilters: false, }; constructor(props: ItemListLayoutProps) {