fix: rename required to _required in PhoneInput props to match destructuring
Frontend Lint & Vulns / Lint & vulns (push) Failing after 44s

This commit is contained in:
2026-06-25 15:12:16 +01:00
parent a099f84d1b
commit 7c56d6cfb7
@@ -6,7 +6,7 @@
value?: string;
error?: string;
placeholder?: string;
required?: boolean;
_required?: boolean;
disabled?: boolean;
class?: string;
id?: string;