1
Fork 0
mirror of https://github.com/pds-nest/nest.git synced 2024-11-22 21:14:18 +00:00

Merge remote-tracking branch 'origin/main' into main

This commit is contained in:
Lorenzo Balugani 2021-05-07 19:15:26 +02:00
commit 783d6de392

View file

@ -1,6 +1,4 @@
import React, { useState } from "react" import React from "react"
import Style from "./BoxRepositoryCreate.module.css"
import classNames from "classnames"
import BoxFull from "../base/BoxFull" import BoxFull from "../base/BoxFull"
import FormLabelled from "../base/FormLabelled" import FormLabelled from "../base/FormLabelled"
import FormLabel from "../base/formparts/FormLabel" import FormLabel from "../base/formparts/FormLabel"
@ -20,7 +18,6 @@ export default function BoxRepositoryCreate({ ...props }) {
save, save,
} = useRepositoryEditor() } = useRepositoryEditor()
return ( return (
<BoxFull header={"Create repository"} {...props}> <BoxFull header={"Create repository"} {...props}>
<FormLabelled> <FormLabelled>