NestedFolders: Add empty states for Browse and Search (#67423)

* NestedFolders: Add empty states for Browse and Search

* empty states

* fix types

* tests
This commit is contained in:
Josh Hunt
2023-05-02 11:33:59 +00:00
committed by GitHub
parent 32d3e895b3
commit fd2c7594cf
8 changed files with 134 additions and 8 deletions

View File

@@ -95,6 +95,7 @@ export class SearchStateManager extends StateManagerBase<SearchState> {
tag: [],
panel_type: undefined,
starred: undefined,
sort: undefined,
});
};