mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-24 15:49:42 +02:00
add can manage restriction
This commit is contained in:
parent
e7f5a4adff
commit
4cee8ea879
2 changed files with 13 additions and 0 deletions
|
@ -65,6 +65,7 @@ import { useGroupSelf } from "~/composables/use-groups";
|
|||
import { ReadGroupPreferences } from "~/lib/api/types/group";
|
||||
|
||||
export default defineComponent({
|
||||
middleware: ["auth", "can-manage-only"],
|
||||
setup() {
|
||||
const { group, actions: groupActions } = useGroupSelf();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue