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 (#244)

Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
Jari Kolehmainen 2020-04-13 13:04:13 +03:00 committed by GitHub
parent d80e956870
commit bd1b8069fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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) {