mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-17 09:22:42 -05:00
move middleware for manage data page to parrent component
This commit is contained in:
@@ -73,7 +73,6 @@ import { useCategoryStore, useCategoryData } from "~/composables/store";
|
||||
import { RecipeCategory } from "~/lib/api/types/admin";
|
||||
|
||||
export default defineComponent({
|
||||
middleware: ["auth", "can-organize-only"],
|
||||
setup() {
|
||||
const { i18n } = useContext();
|
||||
const tableConfig = {
|
||||
|
||||
Reference in New Issue
Block a user