1
Fork 0
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:
Stefano Pigozzi 2021-04-23 18:20:31 +02:00
parent e3cd42a468
commit 1ffd4637f9
Signed by untrusted user who does not match committer: steffo
GPG key ID: 6965406171929D01

View file

@ -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>