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:
parent
d80e956870
commit
bd1b8069fd
@ -95,7 +95,7 @@ export class ItemListLayout extends React.Component<ItemListLayoutProps> {
|
|||||||
|
|
||||||
// default user settings (ui show-hide tweaks mostly)
|
// default user settings (ui show-hide tweaks mostly)
|
||||||
@observable userSettings: ItemListLayoutUserSettings = {
|
@observable userSettings: ItemListLayoutUserSettings = {
|
||||||
showAppliedFilters: true,
|
showAppliedFilters: false,
|
||||||
};
|
};
|
||||||
|
|
||||||
constructor(props: ItemListLayoutProps) {
|
constructor(props: ItemListLayoutProps) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user