fix: Reverted references to categories on the recipe actions data management page (#7391)

This commit is contained in:
Brian Choromanski
2026-04-04 00:05:16 -04:00
committed by GitHub
parent 7e7d1622dd
commit 0d1349cc7f

View File

@@ -1,8 +1,8 @@
<template> <template>
<div> <div>
<GroupDataPage <GroupDataPage
:icon="$globals.icons.categories" :icon="$globals.icons.linkVariantPlus"
:title="$t('data-pages.categories.category-data')" :title="$t('data-pages.recipe-actions.new-recipe-action')"
:create-title="$t('data-pages.recipe-actions.new-recipe-action')" :create-title="$t('data-pages.recipe-actions.new-recipe-action')"
:edit-title="$t('data-pages.recipe-actions.edit-recipe-action')" :edit-title="$t('data-pages.recipe-actions.edit-recipe-action')"
:table-headers="tableHeaders" :table-headers="tableHeaders"