Skip to content

Commit

Permalink
! Fix invalid prop type warning
Browse files Browse the repository at this point in the history
  • Loading branch information
PikachuEXE committed Aug 15, 2023
1 parent bcc99a1 commit f51e282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/components/ft-prompt/ft-prompt.vue
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
v-if="showClose"
:id="'prompt-' + sanitizedLabel + '-close'"
:label="$t('Close')"
tabindex="0"
:tabindex="0"
text-color="'var(--accent-color)'"
background-color="'var(--text-with-accent-color)'"
@click="hide"
Expand Down

0 comments on commit f51e282

Please sign in to comment.