mirror of https://github.com/zulip/zulip.git
settings: Show push notifications tooltip on stream specific row.
This commit fixes the bug about not showing the tooltip about push notifications not being enabled on the server on checkbox in stream specific notification row.
This commit is contained in:
parent
99f29983a1
commit
415fb2014b
|
@ -15,6 +15,7 @@
|
|||
prefix=(lookup ../stream "stream_id")
|
||||
is_checked=(lookup ../stream this)
|
||||
is_disabled=(lookup ../is_disabled this)
|
||||
is_mobile_checkbox=(eq this "push_notifications")
|
||||
}}
|
||||
{{/each}}
|
||||
</tr>
|
||||
|
|
Loading…
Reference in New Issue