2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-28 03:26:45 +00:00

Add 'note' field to form (#9186) (#9188)

(cherry picked from commit 92edbf41ab2439d2c93f605cf17dc3a665bd0999)

Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
This commit is contained in:
github-actions[bot] 2025-02-26 14:14:30 +11:00 committed by GitHub
parent 4c9f042f8c
commit 9d21776c86
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: {}
};
}, []);