diff --git a/src/components/ProductDescriptions.tsx b/src/components/ProductDescriptions.tsx index 7afe6c2..320b916 100644 --- a/src/components/ProductDescriptions.tsx +++ b/src/components/ProductDescriptions.tsx @@ -177,6 +177,8 @@ export function ProductDescriptions({ data, onEdit }: ProductDescriptionsProps) { col: COLUMNS.LONG_EN, label: 'Long EN' }, { col: COLUMNS.SHORT_DE, label: 'Short DE' }, { col: COLUMNS.SHORT_EN, label: 'Short EN' }, + { col: COLUMNS.CLASSIFICATION, label: 'Classif.' }, + { col: COLUMNS.ITEM_AVAILABLE, label: 'Stock' }, ].map(({ col, label }) => (