Skip to content

Commit

Permalink
fix(inputmodal.vue): add description back
Browse files Browse the repository at this point in the history
  • Loading branch information
supersonictw committed Nov 19, 2024
1 parent 8fd9bdf commit 173a232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/InputModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
{{ props.inputHistory }}
</button>
<p class="text-base mt-2">
{{ props.description }}
{{ props.inputDescription }}
</p>
</div>
</template>
Expand Down

0 comments on commit 173a232

Please sign in to comment.