From bd1b8069fd09ffbac925d9e4bf4f29e90a60dc01 Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Mon, 13 Apr 2020 13:04:13 +0300 Subject: [PATCH] Hide object-list applied filters by default (#244) 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) {