mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-04-20 11:55:35 -04:00
fix: use correct title and icon on Recipe Actions data page (#7498)
Co-authored-by: Zdenek <tvuj-email@example.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<template>
|
||||
<div>
|
||||
<GroupDataPage
|
||||
:icon="$globals.icons.linkVariantPlus"
|
||||
:title="$t('data-pages.recipe-actions.new-recipe-action')"
|
||||
:icon="$globals.icons.link"
|
||||
:title="$t('data-pages.recipe-actions.recipe-actions-data')"
|
||||
:create-title="$t('data-pages.recipe-actions.new-recipe-action')"
|
||||
:edit-title="$t('data-pages.recipe-actions.edit-recipe-action')"
|
||||
:table-headers="tableHeaders"
|
||||
|
||||
Reference in New Issue
Block a user