Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
zhanghuiyin committed Jun 24, 2024
1 parent 93f3b00 commit 0cb71e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/teacher/account/create.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const CreateAccount = (props) => {
};
return (
<Form.Item shouldUpdate={() => true} noStyle>
{({ getFieldValue, setFieldsValue }) => (
{({ }) => (
<>
<Form.Item label={'账号'} rules={[{ required: true, message: '请输入账号'}]} name="name">
<Input placeholder={'请输入'} />
Expand Down

0 comments on commit 0cb71e0

Please sign in to comment.