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

View File

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