mirror of
https://git.rape.pet/ulith/amputoma-fe.git
synced 2025-01-31 08:33:22 +01:00
remove local scope button
This commit is contained in:
parent
1d99b00bb9
commit
47269436fd
1 changed files with 0 additions and 13 deletions
|
@ -55,19 +55,6 @@
|
|||
class="fa-scale-110 fa-old-padding"
|
||||
/>
|
||||
</button>
|
||||
<button
|
||||
v-if="showLocal"
|
||||
class="button-unstyled scope"
|
||||
:class="css.local"
|
||||
:title="$t('post_status.scope.local')"
|
||||
type="button"
|
||||
@click="changeVis('local')"
|
||||
>
|
||||
<FAIcon
|
||||
icon="users"
|
||||
class="fa-scale-110 fa-old-padding"
|
||||
/>
|
||||
</button>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Reference in a new issue