Added topm id and row number and ui changes.

This commit is contained in:
2026-02-07 19:08:13 +01:00
parent 05b073812c
commit 088734f237
11 changed files with 176 additions and 74 deletions
+1
View File
@@ -292,6 +292,7 @@ export const useLabelEditorStore = defineStore('label_editor_store', {
this.article.bio_origin = updatedArticle.bio_origin;
this.article.bio_info = updatedArticle.bio_info;
this.article.allergens_text = updatedArticle.allergens_text;
this.article.topm_id = updatedArticle.topm_id;
this.addNotification(false, 'Artikel "' + article.name + '" aktualisiert');
} catch {