Merge branch 'dev' into staging

This commit is contained in:
Maxime Lalo 2024-07-23 18:01:19 +02:00
commit ffbf2cbe83

View File

@ -36,7 +36,7 @@ export default function ClientBox(props: IProps) {
}
props.onDelete(customerUid);
},
[props],
[closeDeleteModal, customer.documents, openErrorModal, props],
);
let createOrUpdateNotePath = Module.getInstance()