Commit 0add874f authored by wuyongsheng's avatar wuyongsheng

fix: 项目名称不带下拉

parent 1c938ebe
......@@ -177,13 +177,13 @@ const AddProject = (props: IAddProjectProps) => {
title="新建项目"
loading={loading}
>
<div className={style.formBox} onClick={handleFromBox}>
<MyInput
required
error={nameCheck.error}
id="name"
// id="name"
label="项目名称"
variant="outlined"
value={name}
onChange={handleNameChange}
helperText={nameCheck.help}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment