Skip to content

Commit

Permalink
Merge pull request #114 from SpeciesFileGroup/development
Browse files Browse the repository at this point in the history
Set ClientOnly for Descendants spinner
  • Loading branch information
José Luis Pereira authored and GitHub committed Aug 8, 2023
2 parents 2a927e2 + bb488e1 commit 7a8506f
Showing 1 changed file with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
<template>
<VCard>
<VSpinner
v-if="isLoading"
logo-class="w-8 h-8"
legend=""
/>
<ClientOnly>
<VSpinner
v-if="isLoading"
logo-class="w-8 h-8"
legend=""
/>
</ClientOnly>
<VCardHeader class="flex justify-between">
<h2 class="text-md">Descendants and synonyms</h2>
<PanelDropdown panel-key="panel:descendants" />
Expand Down

0 comments on commit 7a8506f

Please sign in to comment.