mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-28 02:40:35 +01:00
test(Form): fix (#2153)
This commit is contained in:
@@ -30,7 +30,7 @@ export interface FormError<P extends string = string> {
|
||||
}
|
||||
|
||||
export interface FormErrorWithId extends FormError {
|
||||
id: string
|
||||
id?: string
|
||||
}
|
||||
|
||||
export type FormSubmitEvent<T> = SubmitEvent & { data: T }
|
||||
|
||||
Reference in New Issue
Block a user