fix: toast in phone number section
This commit is contained in:
@@ -137,12 +137,6 @@ export default function PhoneEditForm({
|
||||
}
|
||||
}
|
||||
}}
|
||||
disabled={
|
||||
isSending ||
|
||||
buttonState === 'counting' ||
|
||||
phoneNumber.length === 0 ||
|
||||
!isValidPhoneNumber(phoneNumber)
|
||||
}
|
||||
sx={{
|
||||
whiteSpace: 'nowrap',
|
||||
color: 'primary.main',
|
||||
|
||||
Reference in New Issue
Block a user