Skip to content
Snippets Groups Projects
Unverified Commit edf2e32c authored by Johannes Löthberg's avatar Johannes Löthberg Committed by GitHub
Browse files

Include the schedule name when filtering schedules (#1429)

parent 46af4556
No related branches found
No related tags found
No related merge requests found
......@@ -163,6 +163,7 @@ export function SchedulesTable({
: null;
return (
filterIncludes(schedule.name) ||
filterIncludes(payee && payee.name) ||
filterIncludes(account && account.name) ||
filterIncludes(amountStr) ||
......
---
category: Enhancements
authors: [kyrias]
---
Include the schedule name when filtering schedules.
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