Skip to content

Commit

Permalink
🐛 fix reconciliation closing on enter click (#3338)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatissJanis authored Sep 1, 2024
1 parent 8926ff6 commit 2a9546c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
6 changes: 6 additions & 0 deletions upcoming-release-notes/3338.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
category: Bugfix
authors: [MatissJanis]
---

Fix reconciliation closing on `enter` click.

0 comments on commit 2a9546c

Please sign in to comment.