Increase default inventory table notes width

This commit is contained in:
Andrew Kingston 2025-03-07 15:40:46 +00:00
parent e1de40e4b5
commit 2e831251f8
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -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,