Show loading circle on following searches too
This commit is contained in:
parent
e8b653737c
commit
315d306eb4
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@
|
|||
</div>
|
||||
<div class="panel-body">
|
||||
<div
|
||||
v-if="!loadedInitially"
|
||||
v-if="!Object.values(loading).includes(false) && !hasAtLeastOneResult"
|
||||
class="text-center loading-icon"
|
||||
>
|
||||
<FAIcon
|
||||
|
|
Loading…
Reference in a new issue