mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-21 13:23:14 +01:00
fix label store
This commit is contained in:
@@ -18,6 +18,8 @@ export const useLabelStore = defineStore("labels", {
|
||||
if (result.error) {
|
||||
console.error(result.error);
|
||||
}
|
||||
|
||||
this.allLabels = result.data.items;
|
||||
});
|
||||
}
|
||||
return state.allLabels ?? [];
|
||||
|
||||
Reference in New Issue
Block a user