From 040d4fe5d19be240e7521c1b1dceb3562bbfa5fd Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Sun, 12 Apr 2020 17:38:54 +0300 Subject: [PATCH] hide object-list applied filters by default Signed-off-by: Jari Kolehmainen --- .../client/components/item-object-list/item-list-layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {