diff --git a/packages/desktop-client/src/components/payees/index.js b/packages/desktop-client/src/components/payees/index.js
index 65a9c5e5e65710c391dd21a1c992a4da0cc93046..ad2b91b727cf4ee25fc0afc751c59ae4202d0006 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 0000000000000000000000000000000000000000..6afc1cfdea0665f1290e10c080bad1f83d4fb22f
--- /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.