Update usage of input

This commit is contained in:
Justin 2022-09-07 08:24:44 -04:00
parent d4209c86b7
commit 494cd622a5
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ const PhoneInput: React.FC<IPhoneInput> = (props) => {
<Input <Input
onChange={handleChange} onChange={handleChange}
value={nationalNumber} value={nationalNumber}
addon={ prepend={
<CountryCodeDropdown <CountryCodeDropdown
countryCode={countryCode} countryCode={countryCode}
onChange={setCountryCode} onChange={setCountryCode}