diff --git a/resources/js/helpers/form.ts b/resources/js/helpers/form.ts index 2120c91..6879410 100644 --- a/resources/js/helpers/form.ts +++ b/resources/js/helpers/form.ts @@ -183,7 +183,7 @@ export interface FormControlObject { * @returns {FormControlObject} The form control object. */ export const FormControl = ( - value: string = "", + value: unknown = "", validator: ValidationObject | null = null ): FormControlObject => { return {