Merge branch 'dev' into staging

This commit is contained in:
Max S 2024-09-17 15:17:30 +02:00
commit 46c86da1e3

View File

@ -110,7 +110,7 @@ export default function DocumentsReminderHistory(props: IProps) {
useEffect(() => {
fetchReminders();
fetchCustomers();
}, [customerOption, customersOptions, fetchCustomers, fetchReminders]);
}, [fetchCustomers, fetchReminders]);
const onSelectionChange = useCallback((option: IOption | null) => {
setCustomerOption(option ?? null);