pleroma-fe/src/components/settings_modal/helpers/group_setting.vue
2023-03-22 12:43:53 +02:00

15 lines
308 B
Vue

<template>
<span
v-if="matchesExpertLevel"
class="GroupSetting"
>
<ModifiedIndicator
:changed="isChanged"
:onclick="reset"
/>
<ProfileSettingIndicator :is-profile="isProfileSetting" />
<DraftButtons />
</span>
</template>
<script src="./group_setting.js"></script>