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:
Mats Nilsson
2026-02-20 13:34:57 +01:00
committed by GitHub
parent 89d68ea2f8
commit 37ad0ed563
2 changed files with 8 additions and 0 deletions

View File

@@ -215,6 +215,8 @@ export const GenericInput = ({
}
props.onChange(newValue);
},
hiddenAccounts:
props.multi === true ? props.value : undefined,
},
},
}),

View File

@@ -0,0 +1,6 @@
---
category: Bugfixes
authors: [mnil]
---
Hide selected accounts in the filter.