mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-22 13:04:19 +00:00
Merge remote-tracking branch 'origin/main' into main
This commit is contained in:
commit
783d6de392
1 changed files with 1 additions and 4 deletions
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue