Skip to content
Snippets Groups Projects
Unverified Commit 3d25b0f6 authored by Mahatthana (Kelvin) Nomsawadi's avatar Mahatthana (Kelvin) Nomsawadi Committed by GitHub
Browse files

Render text in Slack subscription when there is no result (#25336)


* Render text in Slack subscription when there is no result

* Change is correct, just fixing nitpicks

Co-authored-by: default avatarAdam James <adam.vermeer2@gmail.com>
parent f12ee68c
No related merge requests found
......@@ -878,7 +878,8 @@
(style/font-style)
{:margin-top :8px
:color style/color-gray-4})}
(trs "No results")]]}))
(trs "No results")]]
:render/text (trs "No results")}))
(s/defmethod render :attached :- common/RenderedPulseCard
[_ render-type _ _ _ _]
......
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