2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-28 11:36:44 +00:00

Add 'note' field to form (#9186)

This commit is contained in:
Oliver 2025-02-26 13:56:28 +11:00 committed by GitHub
parent 3940544a70
commit 92edbf41ab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -90,7 +90,8 @@ export function RelatedPartTable({
part_1: {
hidden: true
},
part_2: {}
part_2: {},
note: {}
};
}, []);