mirror of https://github.com/zulip/zulip.git
settings: Fix setting label click functionality.
This commit fixes "Automatically follow topics where I'm mentioned" setting label click functionality so that the setting is toggled on clicking the label.
This commit is contained in:
parent
fd559495ab
commit
ed97420ffc
|
@ -84,7 +84,7 @@
|
||||||
setting_name="automatically_follow_topics_where_mentioned"
|
setting_name="automatically_follow_topics_where_mentioned"
|
||||||
is_checked=(lookup settings_object "automatically_follow_topics_where_mentioned")
|
is_checked=(lookup settings_object "automatically_follow_topics_where_mentioned")
|
||||||
label=(lookup settings_label "automatically_follow_topics_where_mentioned")
|
label=(lookup settings_label "automatically_follow_topics_where_mentioned")
|
||||||
prefix=notification_settings.prefix}}
|
prefix=prefix}}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="desktop_notifications m-10 {{#if for_realm_settings}}settings-subsection-parent{{else}}subsection-parent{{/if}}">
|
<div class="desktop_notifications m-10 {{#if for_realm_settings}}settings-subsection-parent{{else}}subsection-parent{{/if}}">
|
||||||
|
|
Loading…
Reference in New Issue