Skip to content

Commit

Permalink
[user_accounts] Site as multi select (#9022)
Browse files Browse the repository at this point in the history
Convert site dropdown to multiselect in user accounts

Resolves #5076
  • Loading branch information
sruthymathew123 authored Feb 13, 2024
1 parent a1b43c4 commit 4ce82e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/user_accounts/jsx/userAccountsIndex.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ class UserAccountsIndex extends Component {
const fields = [
{label: 'Site', show: true, filter: {
name: 'site',
type: 'select',
type: 'multiselect',
options: options.sites,
}},
{label: 'Project', show: true, filter: {
Expand Down

0 comments on commit 4ce82e1

Please sign in to comment.