Merge branch 'dev' into staging
This commit is contained in:
commit
46c86da1e3
@ -110,7 +110,7 @@ export default function DocumentsReminderHistory(props: IProps) {
|
|||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
fetchReminders();
|
fetchReminders();
|
||||||
fetchCustomers();
|
fetchCustomers();
|
||||||
}, [customerOption, customersOptions, fetchCustomers, fetchReminders]);
|
}, [fetchCustomers, fetchReminders]);
|
||||||
|
|
||||||
const onSelectionChange = useCallback((option: IOption | null) => {
|
const onSelectionChange = useCallback((option: IOption | null) => {
|
||||||
setCustomerOption(option ?? null);
|
setCustomerOption(option ?? null);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user