Merge branch 'staging' into preprod

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

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);