When document filter is now auto closed at we are go to next tab or component.
This commit is contained in:
parent
afac22da23
commit
f19b9037e7
@ -19,6 +19,12 @@ const DocumentFilterPanel = forwardRef(
|
||||
const { data, isError, isLoading, error } =
|
||||
useDocumentFilterEntities(entityTypeId);
|
||||
|
||||
useEffect(() => {
|
||||
return () => {
|
||||
closePanel();
|
||||
};
|
||||
}, []);
|
||||
|
||||
//changes
|
||||
|
||||
const dynamicDocumentFilterDefaultValues = useMemo(() => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user