mirror of
https://github.com/discourse/discourse.git
synced 2025-04-25 14:34:33 +08:00
FIX: Make poll breakdown modal closable again (#22952)
Regressed in https://github.com/discourse/discourse/pull/22164
This commit is contained in:
parent
c23a82554b
commit
2b04301c19
@ -1,5 +1,9 @@
|
||||
{{! template-lint-disable no-invalid-interactive }}
|
||||
<DModal @title={{i18n "poll.breakdown.title"}} class="has-tabs">
|
||||
<DModal
|
||||
@title={{i18n "poll.breakdown.title"}}
|
||||
@closeModal={{@closeModal}}
|
||||
class="has-tabs"
|
||||
>
|
||||
<:headerBelowTitle>
|
||||
<ul class="modal-tabs">
|
||||
<li
|
||||
|
Loading…
x
Reference in New Issue
Block a user