Skip to content
Snippets Groups Projects
Commit 2bbe7371 authored by Julia Friesel's avatar Julia Friesel
Browse files

Fix delete button

parent 8856b3f1
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ export default class SymptomView extends Component {
text: sharedDialogs.reallyDeleteData,
onPress: () => {
this.deleteSymptomEntry()
this.globalBackhandler()
this.props.handleBackButtonPress()
}
}]
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment