Skip to content

Commit

Permalink
chore: fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
KaelWD committed Sep 27, 2023
1 parent 022fd7b commit 399c32a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vuetify/src/composables/validation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export const makeValidationProps = propsFactory({
},
error: Boolean,
errorMessages: {
type: [Array, String] as PropType<string | readonly string[]>,
type: [Array, String] as PropType<string | readonly string[] | null>,
default: () => ([]),
},
maxErrors: {
Expand Down

0 comments on commit 399c32a

Please sign in to comment.