Add 'note' field to form (#9186)
This commit is contained in:
parent
3940544a70
commit
92edbf41ab
|
|
@ -90,7 +90,8 @@ export function RelatedPartTable({
|
|||
part_1: {
|
||||
hidden: true
|
||||
},
|
||||
part_2: {}
|
||||
part_2: {},
|
||||
note: {}
|
||||
};
|
||||
}, []);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue