mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-25 06:24:19 +00:00
🧹 Remove useless action from form
This commit is contained in:
parent
e3cd42a468
commit
1ffd4637f9
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ export default function PageHome({ children, className, ...props }) {
|
||||||
|
|
||||||
</BoxFull>
|
</BoxFull>
|
||||||
<BoxFull className={Style.CreateDialog} header={"Create repository"}>
|
<BoxFull className={Style.CreateDialog} header={"Create repository"}>
|
||||||
<LabelledForm action={""}>
|
<LabelledForm>
|
||||||
<Label for_={"repo-name"} text={"Repository name"}>
|
<Label for_={"repo-name"} text={"Repository name"}>
|
||||||
<InputWithIcon id={"repo-name"} icon={faFolder}/>
|
<InputWithIcon id={"repo-name"} icon={faFolder}/>
|
||||||
</Label>
|
</Label>
|
||||||
|
|
Loading…
Reference in a new issue