Updated ui for variant and label and fixed error with loading labe for variant.
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user