Fix create note

This commit is contained in:
Vins 2024-06-05 10:20:09 +02:00
parent 9e43abf703
commit 7fa311041d

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,
};