1
0
Fork 0
mirror of https://github.com/mealie-recipes/mealie.git synced 2025-08-02 20:15:24 +02:00

move middleware for manage data page to parrent component

This commit is contained in:
Kuchenpirat 2024-02-02 14:58:39 +00:00
parent 0301713214
commit e7f5a4adff
8 changed files with 1 additions and 7 deletions

View file

@ -202,7 +202,6 @@ import { VForm } from "~/types/vuetify";
export default defineComponent({
components: { MultiPurposeLabel, RecipeDataAliasManagerDialog },
middleware: ["auth", "can-organize-only"],
setup() {
const userApi = useUserApi();
const { i18n } = useContext();