From 1c286a68354f4dbc83c3367ce544ca5313b196d2 Mon Sep 17 00:00:00 2001 From: Vector73 Date: Thu, 11 Jan 2024 20:59:55 +0530 Subject: [PATCH] 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 . --- web/templates/settings/notification_settings.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/templates/settings/notification_settings.hbs b/web/templates/settings/notification_settings.hbs index 2f9d05b5b6..b2c9a236a8 100644 --- a/web/templates/settings/notification_settings.hbs +++ b/web/templates/settings/notification_settings.hbs @@ -84,7 +84,7 @@ setting_name="automatically_follow_topics_where_mentioned" is_checked=(lookup settings_object "automatically_follow_topics_where_mentioned") label=(lookup settings_label "automatically_follow_topics_where_mentioned") - prefix=notification_settings.prefix}} + prefix=prefix}}