Skip to content

Commit ec3e41c

Browse files
committed
actually don't need the call at all
1 parent eaf04de commit ec3e41c

File tree

1 file changed

+1
-3
lines changed
  • frontend/pages/shopping-lists

1 file changed

+1
-3
lines changed

frontend/pages/shopping-lists/_id.vue

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ export default defineComponent({
602602
603603
const localLabels = ref<ShoppingListMultiPurposeLabelOut[]>()
604604
605-
const { store: allLabels, actions: labelActions } = useLabelStore();
605+
const { store: allLabels } = useLabelStore();
606606
const { store: allUnits } = useUnitStore();
607607
const { store: allFoods } = useFoodStore();
608608
@@ -792,8 +792,6 @@ export default defineComponent({
792792
itemsByLabel.value = itemsSorted;
793793
}
794794
795-
labelActions.getAll()
796-
797795
// =====================================
798796
// Add/Remove Recipe References
799797

0 commit comments

Comments
 (0)