Fix create note
This commit is contained in:
parent
9e43abf703
commit
7fa311041d
@ -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,
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user