Skip to content

Commit

Permalink
Add data description to StatsPage
Browse files Browse the repository at this point in the history
  • Loading branch information
arnonrdp committed Dec 2, 2023
1 parent b723d22 commit d4f6f7c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/StatsPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
<TheHeader :backButton="false" feedbackButton title="Stats" />
<q-page-container style="max-width: none">
<q-page padding>
<h6 class="q-my-md">Data on average for each user</h6>
<q-select
label="Prompts"
optionLabel="title"
Expand All @@ -20,7 +21,7 @@
:loading="statStore.isLoading"
:pagination="pagination"
:rows="statStore.getSummary"
title="Data on average for each user"
:title="`Entries from ${prompt?.id}`"
wrap-cells
/>
</Transition>
Expand Down

0 comments on commit d4f6f7c

Please sign in to comment.