Skip to content

Commit

Permalink
Listen for correct event to allow for renaming of recipe categries
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Wolf <github@christianwolf.email>
  • Loading branch information
christianlupus committed Dec 12, 2023
1 parent 1c0365b commit 726c959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AppNavi.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
:edit-label="t('cookbook', 'Rename')"
:edit-placeholder="t('cookbook', 'Enter new category name')"
@update:open="categoryOpen(idx)"
@update:title="
@update:name="
(val) => {
categoryUpdateName(idx, val);
}
Expand Down

0 comments on commit 726c959

Please sign in to comment.