Skip to content
Snippets Groups Projects
Unverified Commit 2a9546ce authored by Matiss Janis Aboltins's avatar Matiss Janis Aboltins Committed by GitHub
Browse files

:bug: fix reconciliation closing on enter click (#3338)

parent 8926ff69
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ export function ReconcilingMessage({
</View>
)}
<View style={{ marginLeft: 15 }}>
<Button variant="primary" autoFocus onPress={onDone}>
<Button variant="primary" onPress={onDone}>
Done Reconciling
</Button>
</View>
......
---
category: Bugfix
authors: [MatissJanis]
---
Fix reconciliation closing on `enter` click.
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