We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaf04de commit ec3e41cCopy full SHA for ec3e41c
frontend/pages/shopping-lists/_id.vue
@@ -602,7 +602,7 @@ export default defineComponent({
602
603
const localLabels = ref<ShoppingListMultiPurposeLabelOut[]>()
604
605
- const { store: allLabels, actions: labelActions } = useLabelStore();
+ const { store: allLabels } = useLabelStore();
606
const { store: allUnits } = useUnitStore();
607
const { store: allFoods } = useFoodStore();
608
@@ -792,8 +792,6 @@ export default defineComponent({
792
itemsByLabel.value = itemsSorted;
793
}
794
795
- labelActions.getAll()
796
-
797
// =====================================
798
// Add/Remove Recipe References
799
0 commit comments