Updated ui for variant and label and fixed error with loading labe for variant.

This commit is contained in:
2026-01-31 18:47:30 +01:00
parent cb39f7ad32
commit 2ab51420dc
5 changed files with 61 additions and 13 deletions
+2
View File
@@ -187,6 +187,8 @@ export const useLabelEditorStore = defineStore('label_editor_store', {
// Article
async loadArticle(articleID: number) {
await this.loadLabels();
try {
const article: Article = await $fetch<Article>(this.config.public.url + '/article/' + articleID, {
method: 'GET',