Skip to content

Commit

Permalink
fix(build): fix lint issues (#1465)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tlahey committed Sep 29, 2023
1 parent 590dd2e commit 80cf58f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default /*#__PURE__*/ defineComponent({
},
ariaLabelCloseButton: {
type: String as PropType<string>,
default: 'Close alert'
default: 'Close alert',
},
timeout: {
type: Number as PropType<number>,
Expand Down

0 comments on commit 80cf58f

Please sign in to comment.