mirror of
https://github.com/discourse/discourse-data-explorer.git
synced 2025-02-16 16:34:47 +00:00
FIX: makes group selector works with sk2 (#46)
This commit is contained in:
parent
16ea1c55a9
commit
df9e21911e
@ -57,9 +57,10 @@
|
|||||||
<span class="label">{{i18n "explorer.allow_groups"}}</span>
|
<span class="label">{{i18n "explorer.allow_groups"}}</span>
|
||||||
<span>
|
<span>
|
||||||
{{multi-select
|
{{multi-select
|
||||||
values=selectedItem.group_ids
|
value=selectedItem.group_ids
|
||||||
content=groupOptions
|
content=groupOptions
|
||||||
allowAny=false
|
allowAny=false
|
||||||
|
onSelect=(action (mut selectedItem.group_ids))
|
||||||
}}
|
}}
|
||||||
</span>
|
</span>
|
||||||
{{#if runDisabled}}
|
{{#if runDisabled}}
|
||||||
|
@ -191,7 +191,7 @@ table.group-reports {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.query-edit {
|
.query-edit {
|
||||||
.name {
|
> .name {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
margin-bottom: 1em;
|
margin-bottom: 1em;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user