mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-21 20:44:18 +00:00
🐛 Fix name box not updating
This commit is contained in:
parent
be989ed8e9
commit
8de3de0bf0
1 changed files with 2 additions and 1 deletions
|
@ -155,7 +155,8 @@ export default function RepositoryEditor({
|
|||
<BoxConditions className={Style.Conditions}/>
|
||||
<BoxRepositoryCreate
|
||||
className={Style.CreateDialog}
|
||||
name={name}
|
||||
id={id}
|
||||
name={_name}
|
||||
setName={setName}
|
||||
evaluationMode={_evaluationMode}
|
||||
setEvaluationMode={setEvaluationMode}
|
||||
|
|
Loading…
Reference in a new issue