Skip to content

Commit

Permalink
quiz file size displaying properly on the confirmation modal
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanOXDi committed May 23, 2024
1 parent 5aa75bf commit 4eb9e90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
:text="coachString('openQuizLabel')"
appearance="flat-button"
class="table-left-aligned-button"
@click="showOpenConfirmationModal = true; modalQuizId = tableRow.id"
@click="showOpenConfirmationModal = true; modalQuizId = tableRow"
/>
<!-- Close quiz button -->
<KButton
Expand Down

0 comments on commit 4eb9e90

Please sign in to comment.