Skip to content

Commit 43ef359

Browse files
author
Daniel Lobo
committed
fix exercise edit
1 parent 445819d commit 43ef359

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/Exercises/ModifyExercise.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ class ModifyExercise extends React.Component {
270270
style={{ margin: 20 }}
271271
variant="contained"
272272
color="primary"
273-
onClick={this.createExercise}
273+
onClick={this.updateExercise}
274274
>
275275
Editar ejercicio
276276
</Button>

0 commit comments

Comments
 (0)