mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-19 08:51:24 +00:00
Fix unexpand filter and reformat
This commit is contained in:
@@ -629,7 +629,7 @@ const DocumentsTabComponent: React.FunctionComponent<{
|
|||||||
};
|
};
|
||||||
|
|
||||||
const onHideFilterClick = (): void => {
|
const onHideFilterClick = (): void => {
|
||||||
setIsFilterCreated(false);
|
setIsFilterExpanded(false);
|
||||||
|
|
||||||
// this.isFilterExpanded(false);
|
// this.isFilterExpanded(false);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user