mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-03 11:45:34 +00:00
hotfix
This commit is contained in:
@@ -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(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user