Merge branch 'dev' into staging

This commit is contained in:
Vins 2024-06-05 10:20:18 +02:00
commit 8c18ce7a1e

View File

@ -91,7 +91,7 @@ class CreateCustomerNoteClass extends BasePage<IPropsClass, IState> {
}
const note = {
content: values["content"],
office_folder: this.state.folder,
folder: this.state.folder,
customer: this.state.customer,
};