diff --git a/src/components/ProductDescriptions.tsx b/src/components/ProductDescriptions.tsx index 9da5fda..7afe6c2 100644 --- a/src/components/ProductDescriptions.tsx +++ b/src/components/ProductDescriptions.tsx @@ -174,6 +174,8 @@ export function ProductDescriptions({ data, onEdit }: ProductDescriptionsProps) { col: COLUMNS.LINE, label: 'Line' }, { col: COLUMNS.LICENSE, label: 'License' }, { col: COLUMNS.LONG_DE, label: 'Long DE' }, + { col: COLUMNS.LONG_EN, label: 'Long EN' }, + { col: COLUMNS.SHORT_DE, label: 'Short DE' }, { col: COLUMNS.SHORT_EN, label: 'Short EN' }, ].map(({ col, label }) => (