FIX: makes group selector works with sk2 (#46)

This commit is contained in:
Joffrey JAFFEUX 2020-02-10 08:37:20 +01:00 committed by GitHub
parent 16ea1c55a9
commit df9e21911e
2 changed files with 3 additions and 2 deletions

View File

@ -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}}

View File

@ -191,7 +191,7 @@ table.group-reports {
}
.query-edit {
.name {
> .name {
display: flex;
align-items: center;
margin-bottom: 1em;