Skip to content

Commit

Permalink
change loading indicator subtext
Browse files Browse the repository at this point in the history
  • Loading branch information
probablyjassin committed Oct 16, 2024
1 parent 45ebca1 commit 49ca7ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/stundenplan.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
Zurück zu Heute
</UButton>
</span>
<UTable :rows="schedule[page - 1]" class="w-full" :loading="!hasLoaded"/>
<UTable :rows="schedule[page - 1]" class="w-full" :loading="!hasLoaded" :loading-state="{ label: 'Laden...' }" />
<button @click="logout()" class="mt-5 p-2 bg-primary text-white rounded">Anmeldedaten zurücksetzen</button>
</div>
</ClientOnly>
Expand Down

0 comments on commit 49ca7ba

Please sign in to comment.