forked from FoundKeyGang/FoundKey
fix: save followers/following visibility (#8276)
This commit is contained in:
parent
7b1ec26655
commit
744c4c7acb
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
<template #caption>{{ $ts.makeReactionsPublicDescription }}</template>
|
||||
</FormSwitch>
|
||||
|
||||
<FormSelect v-model="ffVisibility" class="_formBlock">
|
||||
<FormSelect v-model="ffVisibility" class="_formBlock" @update:modelValue="save()">
|
||||
<template #label>{{ $ts.ffVisibility }}</template>
|
||||
<option value="public">{{ $ts._ffVisibility.public }}</option>
|
||||
<option value="followers">{{ $ts._ffVisibility.followers }}</option>
|
||||
|
|
Loading…
Reference in a new issue