mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2024-11-29 17:06:58 +00:00
Fix unexpand filter and reformat
This commit is contained in:
parent
72ec5e891e
commit
fb6be32166
@ -629,7 +629,7 @@ const DocumentsTabComponent: React.FunctionComponent<{
|
|||||||
};
|
};
|
||||||
|
|
||||||
const onHideFilterClick = (): void => {
|
const onHideFilterClick = (): void => {
|
||||||
setIsFilterCreated(false);
|
setIsFilterExpanded(false);
|
||||||
|
|
||||||
// this.isFilterExpanded(false);
|
// this.isFilterExpanded(false);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user