fix: some ui fixes
This commit is contained in:
@@ -82,7 +82,7 @@ export default function OfferForm() {
|
||||
{...field}
|
||||
className={s.Unit}
|
||||
type='text'
|
||||
placeholder='+7 999 123-45-67'
|
||||
placeholder='+7 (999) 123-45-67'
|
||||
error={errors && errors.phone?.message}
|
||||
onChange={(e) => {
|
||||
clearErrors('phone');
|
||||
|
||||
Reference in New Issue
Block a user