Skip to content

Commit

Permalink
Remove KCircularLoader to conform to loader standards.
Browse files Browse the repository at this point in the history
  • Loading branch information
rtibbles committed Oct 13, 2023
1 parent ab65f72 commit 50e1295
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,7 @@
:loading="loading"
:appearanceOverrides="appearanceOverrides"
>
<KCircularLoader
v-if="coreLoading"
type="indeterminate"
:delay="true"
/>
<div v-else class="coach-main">
<div v-if="!coreLoading" class="coach-main">
<slot></slot>
</div>
</ImmersivePage>
Expand Down

0 comments on commit 50e1295

Please sign in to comment.