tweak of f3a16bcd6
This commit is contained in:
parent
c59a30ec09
commit
46222d0258
9 changed files with 5 additions and 36 deletions
|
@ -63,11 +63,6 @@
|
|||
<template #caption>{{ i18n.ts._role.descriptionOfIsExplorable }}</template>
|
||||
</MkSwitch>
|
||||
|
||||
<MkSwitch v-model="role.isPublicUsers" :readonly="readonly">
|
||||
<template #label>{{ i18n.ts._role.isPublicUsers }}</template>
|
||||
<template #caption>{{ i18n.ts._role.descriptionOfIsPublicUsers }}</template>
|
||||
</MkSwitch>
|
||||
|
||||
<FormSlot>
|
||||
<template #label><i class="ti ti-license"></i> {{ i18n.ts._role.policies }}</template>
|
||||
<div class="_gaps_s">
|
||||
|
@ -506,7 +501,6 @@ const save = throttle(100, () => {
|
|||
isModerator: role.isModerator,
|
||||
isPublic: role.isPublic,
|
||||
isExplorable: role.isExplorable,
|
||||
isPublicUsers: role.isPublicUsers,
|
||||
asBadge: role.asBadge,
|
||||
canEditMembersByModerator: role.canEditMembersByModerator,
|
||||
policies: role.policies,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue