fix: Can't add first shopping list item to shopping list (#6013)

This commit is contained in:
Michael Genson
2025-08-25 11:53:36 -05:00
committed by GitHub
parent cac1699aeb
commit 347af7d417
3 changed files with 7 additions and 3 deletions

View File

@@ -69,7 +69,7 @@
</div>
<BaseButton
v-if="listItem.labelId && listItem.food && listItem.labelId !== listItem.food.labelId"
size="small"
small
color="info"
:icon="$globals.icons.tagArrowRight"
:text="$t('shopping-list.save-label')"

View File

@@ -10,8 +10,9 @@
:min="min"
:max="max"
type="number"
size="small"
variant="plain"
density="compact"
style="width: 60px;"
/>
</div>
</template>