fix: correct label for filament index in tray properties
This commit is contained in:
parent
49f36bb25b
commit
0379c4c45f
@ -292,7 +292,7 @@ function displayAmsData(amsData) {
|
|||||||
// Array mit restlichen Tray-Eigenschaften
|
// Array mit restlichen Tray-Eigenschaften
|
||||||
const trayProperties = [
|
const trayProperties = [
|
||||||
{ key: 'tray_sub_brands', label: 'Sub Brands' },
|
{ key: 'tray_sub_brands', label: 'Sub Brands' },
|
||||||
{ key: 'tray_info_idx', label: 'Filament Index' },
|
{ key: 'tray_info_idx', label: 'Filament IDX' },
|
||||||
{ key: 'setting_id', label: 'Setting ID' }
|
{ key: 'setting_id', label: 'Setting ID' }
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user