Skip to content

Commit

Permalink
Testing fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
arcshiftsolutions committed May 13, 2024
1 parent be28aba commit 395a893
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/common/StudentDetailCommon.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
:short="true"
class="mt-1"
:model="copyTxt"
@click-action="copyPen"
@click-action="copyPen()"
/>
</v-col>
</v-row>
Expand Down Expand Up @@ -754,7 +754,7 @@
<v-col cols="1">
<TertiaryButton
text="Copy"
@click-action="copyInfo"
@click-action="copyInfo()"
/>
</v-col>
</v-row>
Expand Down

0 comments on commit 395a893

Please sign in to comment.