1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

hide object-list applied filters by default

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2020-04-12 17:38:54 +03:00
parent d80e956870
commit 040d4fe5d1

View File

@ -95,7 +95,7 @@ export class ItemListLayout extends React.Component<ItemListLayoutProps> {
// default user settings (ui show-hide tweaks mostly)
@observable userSettings: ItemListLayoutUserSettings = {
showAppliedFilters: true,
showAppliedFilters: false,
};
constructor(props: ItemListLayoutProps) {