1
Fork 0
mirror of https://github.com/pds-nest/nest.git synced 2024-10-16 20:17:25 +00:00

📔 Document BoxRepositoryCreate

This commit is contained in:
Steffo 2021-05-17 16:11:58 +02:00
parent 2b13ef41d6
commit 556cb327d2
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -15,7 +15,8 @@ import { useHistory } from "react-router"
/**
* A {@link BoxFull} allowing the user to save the changes made in the current {@link RepositoryEditor}.
*
* @param props
* @param running - If a request is running, disabling the buttons.
* @param props - Additional props to pass to the box.
* @returns {JSX.Element}
* @constructor
*/