forked from mirrors/homebox
Compare commits
1 commit
main
...
fix/label-
Author | SHA1 | Date | |
---|---|---|---|
|
9d182d07b0 |
1 changed files with 2 additions and 0 deletions
|
@ -18,6 +18,8 @@ export const useLabelStore = defineStore("labels", {
|
|||
if (result.error) {
|
||||
console.error(result.error);
|
||||
}
|
||||
|
||||
this.allLabels = result.data.items;
|
||||
});
|
||||
}
|
||||
return state.allLabels ?? [];
|
||||
|
|
Loading…
Reference in a new issue