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",
|
name: "Notes",
|
||||||
useRichText: null,
|
useRichText: null,
|
||||||
|
width: 220,
|
||||||
},
|
},
|
||||||
Status: {
|
Status: {
|
||||||
type: FieldType.ARRAY,
|
type: FieldType.ARRAY,
|
||||||
|
|
Loading…
Reference in New Issue