Skip to content
Snippets Groups Projects
Commit 4769cd42 authored by syuilo's avatar syuilo
Browse files

fix(client): 「インスタンスからのお知らせを受け取る」の設定を変更できない問題を修正

Fix #8474
parent 5b8d960b
No related branches found
No related tags found
No related merge requests found
......@@ -19,6 +19,7 @@ You should also include the user name that made the change.
- Client: リアクションピッカーがアプリ内ウィンドウの後ろに表示されてしまう問題を修正 @syuilo
- Client: ユーザー情報の取得の再試行を修正 @xianonn
- Client: MFMチートシートの挙動を修正 @syuilo
- Client: 「インスタンスからのお知らせを受け取る」の設定を変更できない問題を修正 @syuilo
## 12.117.0 (2022/07/18)
......
......@@ -10,7 +10,7 @@
</FormSection>
<FormSection>
<FormSwitch :value="$i.receiveAnnouncementEmail" @update:modelValue="onChangeReceiveAnnouncementEmail">
<FormSwitch :model-value="$i.receiveAnnouncementEmail" @update:modelValue="onChangeReceiveAnnouncementEmail">
{{ $ts.receiveAnnouncementFromInstance }}
</FormSwitch>
</FormSection>
......
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