BUG fix: register form
This commit is contained in:
parent
e475d152af
commit
e5695373b9
|
@ -81,7 +81,6 @@ const isValidInput = (): boolean => {
|
|||
const handleSendCode = () => {
|
||||
// If the form is empty
|
||||
if (!isValidInput()) {
|
||||
Message('Form cannot be empty', '表单不可为空', 'warn')
|
||||
return
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue