1
Fork 0
mirror of https://github.com/pds-nest/nest.git synced 2024-11-21 20:44:18 +00:00

🧹 Cleanup code

This commit is contained in:
Stefano Pigozzi 2021-05-11 18:05:18 +02:00
parent 841356adf5
commit e0f96d8b2b
Signed by untrusted user who does not match committer: steffo
GPG key ID: 6965406171929D01

View file

@ -79,7 +79,7 @@ export default function BoxRepositoryCreate({ ...props }) {
style={{ "gridColumn": "1" }}
icon={faBackward}
color={"Red"}
onClick={e => revert()}
onClick={() => revert()}
>
Rollback edits
</Button>