diff --git a/frontend/src/lib/components/ui/phone-input/PhoneInput.svelte b/frontend/src/lib/components/ui/phone-input/PhoneInput.svelte index 418bc02..cc9ff3a 100644 --- a/frontend/src/lib/components/ui/phone-input/PhoneInput.svelte +++ b/frontend/src/lib/components/ui/phone-input/PhoneInput.svelte @@ -6,7 +6,7 @@ value?: string; error?: string; placeholder?: string; - required?: boolean; + _required?: boolean; disabled?: boolean; class?: string; id?: string;