FIX: ensure s2 is working with wizard (#8886)

This commit is contained in:
Joffrey JAFFEUX
2020-02-07 10:00:39 +01:00
committed by GitHub
parent a0e0b1ef4b
commit d86ed028c7
7 changed files with 19 additions and 8 deletions

View File

@@ -27,7 +27,9 @@
{{/each}}
{{else}}
<span class="is-loading">
{{loading-spinner size="small"}}
{{#if site}}
{{loading-spinner size="small"}}
{{/if}}
</span>
{{/unless}}
{{/select-kit/select-kit-body}}