Increase default inventory table notes width
This commit is contained in:
parent
e1de40e4b5
commit
2e831251f8
|
@ -152,6 +152,7 @@ export const DEFAULT_INVENTORY_TABLE_SCHEMA: Table = {
|
|||
},
|
||||
name: "Notes",
|
||||
useRichText: null,
|
||||
width: 220,
|
||||
},
|
||||
Status: {
|
||||
type: FieldType.ARRAY,
|
||||
|
|
Loading…
Reference in New Issue