mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-09 03:32:54 -05:00
Hide selected accounts in the mobile filter (#7030)
When filtering for accounts in the mobile view of reports, hide the already selected accounts.
This commit is contained in:
@@ -215,6 +215,8 @@ export const GenericInput = ({
|
||||
}
|
||||
props.onChange(newValue);
|
||||
},
|
||||
hiddenAccounts:
|
||||
props.multi === true ? props.value : undefined,
|
||||
},
|
||||
},
|
||||
}),
|
||||
|
||||
6
upcoming-release-notes/7030.md
Normal file
6
upcoming-release-notes/7030.md
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
category: Bugfixes
|
||||
authors: [mnil]
|
||||
---
|
||||
|
||||
Hide selected accounts in the filter.
|
||||
Reference in New Issue
Block a user