mirror of
https://github.com/actualbudget/actual.git
synced 2026-04-30 03:23:51 -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,
|
||||
},
|
||||
},
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user