From c42d17897cab34212e10b6d63062513617abbe2f Mon Sep 17 00:00:00 2001
From: SudoCerb <19804004+SudoCerb@users.noreply.github.com>
Date: Mon, 5 Jun 2023 09:34:48 +0200
Subject: [PATCH] BUGFIX Unused Payees: Corrected an issue where the filter
 control was not being referenced (#1107)

---
 packages/desktop-client/src/components/payees/index.js | 1 +
 upcoming-release-notes/1107.md                         | 6 ++++++
 2 files changed, 7 insertions(+)
 create mode 100644 upcoming-release-notes/1107.md

diff --git a/packages/desktop-client/src/components/payees/index.js b/packages/desktop-client/src/components/payees/index.js
index 65a9c5e5e..ad2b91b72 100644
--- a/packages/desktop-client/src/components/payees/index.js
+++ b/packages/desktop-client/src/components/payees/index.js
@@ -528,6 +528,7 @@ export const ManagePayees = forwardRef(
           </View>
           <View style={{ flex: 1 }} />
           <Input
+            id="filter-input"
             placeholder="Filter payees..."
             value={filter}
             onChange={e => {
diff --git a/upcoming-release-notes/1107.md b/upcoming-release-notes/1107.md
new file mode 100644
index 000000000..6afc1cfde
--- /dev/null
+++ b/upcoming-release-notes/1107.md
@@ -0,0 +1,6 @@
+---
+category: Bugfix
+authors: [SudoCerb]
+---
+
+Corrected an issue where toggling the "Show unused payees"/"Show all payees" button would raise a compilation error.
-- 
GitLab