mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-22 04:54:18 +00:00
📔 Document BoxRepositoryCreate
This commit is contained in:
parent
2b13ef41d6
commit
556cb327d2
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in a new issue