mirror of
https://github.com/pds-nest/nest.git
synced 2024-11-22 04:54:18 +00:00
🧹 Cleanup code
This commit is contained in:
parent
841356adf5
commit
e0f96d8b2b
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ export default function BoxRepositoryCreate({ ...props }) {
|
|||
style={{ "gridColumn": "1" }}
|
||||
icon={faBackward}
|
||||
color={"Red"}
|
||||
onClick={e => revert()}
|
||||
onClick={() => revert()}
|
||||
>
|
||||
Rollback edits
|
||||
</Button>
|
||||
|
|
Loading…
Reference in a new issue