Skip to content

Commit

Permalink
🎨 chore: 清理代码
Browse files Browse the repository at this point in the history
  • Loading branch information
arvinxx committed Jul 3, 2021
1 parent 7ee4314 commit 3bf7ae2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/user-panel/src/login/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ const Login: React.FC<LoginProps> = (props) => {
setLoading(true);
await handleSubmit({ ...values, type });
setLoading(false);
return Promise.resolve();
}}
>
<Tabs
Expand Down

0 comments on commit 3bf7ae2

Please sign in to comment.