Skip to content

Commit

Permalink
ofmcc-6104 - fix bug with expansion panel
Browse files Browse the repository at this point in the history
  • Loading branch information
vietle-cgi committed Sep 25, 2024
1 parent ecb34e7 commit f2051d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/views/HelpView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<h1>Help and Resources</h1>
<v-row no-gutters class="my-6">
<v-col cols="12" class="d-flex flex-column align-start">
<AppButton v-if="isEmpty(this.generalPanels) && isEmpty(this.testParticipantPanels)" id="expand-button" :primary="false" size="large" width="200px" @click="togglePanel">
<AppButton v-if="isEmpty(generalPanels) && isEmpty(testParticipantPanels)" id="expand-button" :primary="false" size="large" width="200px" @click="togglePanel">
<v-icon>mdi-arrow-expand-vertical</v-icon>
Expand All
</AppButton>
Expand Down

0 comments on commit f2051d2

Please sign in to comment.