Skip to content

Commit 3065cdc

Browse files
committed
refactor(ts): lint issues
1 parent 53a06c4 commit 3065cdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/components/form/input/FormInputEmailUsername.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const {
5353
isOptional,
5454
title,
5555
} = defineProps<{
56-
formInput: BaseValidation
56+
formInput: BaseValidation<string | undefined>
5757
id?: string
5858
isOptional?: boolean
5959
title?: string

0 commit comments

Comments
 (0)