bugfix
This commit is contained in:
@@ -33,17 +33,20 @@
|
|||||||
>
|
>
|
||||||
<SMRow>
|
<SMRow>
|
||||||
<SMColumn
|
<SMColumn
|
||||||
><SMCheckbox
|
><SMInput
|
||||||
|
type="checkbox"
|
||||||
label="Edit Users"
|
label="Edit Users"
|
||||||
v-model="permissions.users"
|
v-model="permissions.users"
|
||||||
/></SMColumn>
|
/></SMColumn>
|
||||||
<SMColumn
|
<SMColumn
|
||||||
><SMCheckbox
|
><SMInput
|
||||||
|
type="checkbox"
|
||||||
label="Edit Posts"
|
label="Edit Posts"
|
||||||
v-model="permissions.users"
|
v-model="permissions.users"
|
||||||
/></SMColumn>
|
/></SMColumn>
|
||||||
<SMColumn
|
<SMColumn
|
||||||
><SMCheckbox
|
><SMInput
|
||||||
|
type="checkbox"
|
||||||
label="Edit Events"
|
label="Edit Events"
|
||||||
v-model="permissions.users"
|
v-model="permissions.users"
|
||||||
/></SMColumn>
|
/></SMColumn>
|
||||||
@@ -81,7 +84,6 @@ import { And, Email, Phone, Required } from "../../helpers/validate";
|
|||||||
import { useUserStore } from "../../store/UserStore";
|
import { useUserStore } from "../../store/UserStore";
|
||||||
import SMMastHead from "../../components/SMMastHead.vue";
|
import SMMastHead from "../../components/SMMastHead.vue";
|
||||||
import { useToastStore } from "../../store/ToastStore";
|
import { useToastStore } from "../../store/ToastStore";
|
||||||
import SMCheckbox from "../../components/SMCheckbox.vue";
|
|
||||||
import SMButtonRow from "../../components/SMButtonRow.vue";
|
import SMButtonRow from "../../components/SMButtonRow.vue";
|
||||||
|
|
||||||
const route = useRoute();
|
const route = useRoute();
|
||||||
|
|||||||
Reference in New Issue
Block a user