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>
|
||||
{{multi-select
|
||||
values=selectedItem.group_ids
|
||||
value=selectedItem.group_ids
|
||||
content=groupOptions
|
||||
allowAny=false
|
||||
onSelect=(action (mut selectedItem.group_ids))
|
||||
}}
|
||||
</span>
|
||||
{{#if runDisabled}}
|
||||
|
|
|
@ -191,7 +191,7 @@ table.group-reports {
|
|||
}
|
||||
|
||||
.query-edit {
|
||||
.name {
|
||||
> .name {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
margin-bottom: 1em;
|
||||
|
|
Loading…
Reference in New Issue