Skip to content

Commit

Permalink
Update frontend/pages/g/_groupSlug/r/_slug/ingredient-parser.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
CloCkWeRX authored Jan 27, 2025
1 parent f5f3773 commit 3c5b71b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/pages/g/_groupSlug/r/_slug/ingredient-parser.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</BaseCardSectionTitle>

<div class="d-flex mt-n3 mb-4 justify-end" style="position: sticky; top: 65px; z-index: 2;">
<BaseButton cancel class="mr-auto" @click="$router.go(-1)"></BaseButton>
<BaseButton cancel @click="$router.go(-1)"></BaseButton>
<BaseButton save :disabled="parserLoading" @click="saveAll" />
</div>

Expand Down

0 comments on commit 3c5b71b

Please sign in to comment.