Skip to content
Snippets Groups Projects
Unverified Commit 744c4c7a authored by Johann150's avatar Johann150 Committed by GitHub
Browse files

fix: save followers/following visibility (#8276)

parent 7b1ec266
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment