mirror of
https://github.com/pds-nest/nest.git
synced 2025-02-16 12:43:58 +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" }}
|
style={{ "gridColumn": "1" }}
|
||||||
icon={faBackward}
|
icon={faBackward}
|
||||||
color={"Red"}
|
color={"Red"}
|
||||||
onClick={e => revert()}
|
onClick={() => revert()}
|
||||||
>
|
>
|
||||||
Rollback edits
|
Rollback edits
|
||||||
</Button>
|
</Button>
|
||||||
|
|
Loading…
Add table
Reference in a new issue