This commit is contained in:
2023-03-02 00:14:29 +01:00
parent 44171e616b
commit 8a87842e0b
+2 -2
View File
@@ -31,8 +31,8 @@ type SectionMode = typeof store.stockSectionMode;
const sectionModes: { [key: string]: SectionMode } = { const sectionModes: { [key: string]: SectionMode } = {
SKŁAD: 'stock-list', SKŁAD: 'stock-list',
'GNR. NUMERU': 'number-generator', 'GNR NUMERU': 'number-generator',
'GNR. SKŁADU': 'stock-generator', 'GNR SKŁADU': 'stock-generator',
}; };
const chosenSectionComponent = computed(() => { const chosenSectionComponent = computed(() => {