fix:光标
This commit is contained in:
@@ -349,7 +349,6 @@ export function ProjectManagementPage({
|
||||
<label className="form-field">
|
||||
<span>项目名称<span className="required">*</span></span>
|
||||
<input
|
||||
autoFocus={!editingProject}
|
||||
value={projectForm.workspace_name}
|
||||
onChange={(event) => setProjectForm({ ...projectForm, workspace_name: event.target.value })}
|
||||
placeholder="请输入项目名称"
|
||||
|
||||
Reference in New Issue
Block a user