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.
(cherry picked from commit 415fb2014b
)
This commit is contained in:
parent
4e549e684f
commit
f799190bea
|
@ -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