Skip to content

Commit

Permalink
fix validation message on textarea field
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-byrne committed Jan 23, 2025
1 parent 46500bf commit c5ca575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/dialog/content/error/ReportIssuePanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
:aria-label="$t('issueReport.provideAdditionalDetails')"
/>
<Message
v-if="$field?.error && $field.touched"
v-if="$field?.error && $field.touched && $field.value"
severity="error"
size="small"
variant="simple"
Expand Down

0 comments on commit c5ca575

Please sign in to comment.