Issues_Expense_2W Changes of Expense, Payment Request and Recurring Expense. #505

Closed
kartik.sharma wants to merge 12 commits from Issues_Expense_2W into upgrade_Expense
Showing only changes of commit f19b9037e7 - Show all commits

View File

@ -19,6 +19,12 @@ const DocumentFilterPanel = forwardRef(
const { data, isError, isLoading, error } =
useDocumentFilterEntities(entityTypeId);
useEffect(() => {
return () => {
closePanel();
};
}, []);
//changes
const dynamicDocumentFilterDefaultValues = useMemo(() => {
@ -237,6 +243,6 @@ const DocumentFilterPanel = forwardRef(
</form>
</FormProvider>
);
});
});
export default DocumentFilterPanel;