Skip to content

Commit

Permalink
fix: remove incorrect validate status handler in form item control
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerleung0411 authored and yinkaihui committed May 17, 2024
1 parent 5e771d6 commit df7c420
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/Form/control.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,6 @@ export default class Control<
});
}

gotoValidatingStatus();
return Promise.resolve({ error: null, value, field });
};

Expand Down

0 comments on commit df7c420

Please sign in to comment.