Skip to content
Snippets Groups Projects
Unverified Commit c42d1789 authored by SudoCerb's avatar SudoCerb Committed by GitHub
Browse files

BUGFIX Unused Payees: Corrected an issue where the filter control was not being referenced (#1107)

parent be810916
No related branches found
No related tags found
No related merge requests found
...@@ -528,6 +528,7 @@ export const ManagePayees = forwardRef( ...@@ -528,6 +528,7 @@ export const ManagePayees = forwardRef(
</View> </View>
<View style={{ flex: 1 }} /> <View style={{ flex: 1 }} />
<Input <Input
id="filter-input"
placeholder="Filter payees..." placeholder="Filter payees..."
value={filter} value={filter}
onChange={e => { onChange={e => {
......
---
category: Bugfix
authors: [SudoCerb]
---
Corrected an issue where toggling the "Show unused payees"/"Show all payees" button would raise a compilation error.
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