Skip to content

Commit

Permalink
Switch expand and collapse
Browse files Browse the repository at this point in the history
  • Loading branch information
SRichner committed Mar 4, 2024
1 parent 5b480ce commit 2464633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/electron/src/views/DataExportView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ function revealItemInFolder(event: Event) {
<div class="collapse bg-base-200">
<input v-model="studyDescriptionExpanded" type="checkbox" />
<div class="collapse-title text-sm">
Click to {{ studyDescriptionExpanded ? 'expand' : 'collapse' }} Study
Click to {{ studyDescriptionExpanded ? 'collapse' : 'expand' }} Study
Description
</div>
<div class="collapse-content">
Expand Down

0 comments on commit 2464633

Please sign in to comment.