mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 18:09:57 -03:30
Fix filter experience when assigning access to teams (#14175)
This commit is contained in:
parent
86f6b54eec
commit
ac4ef141bf
@ -50,7 +50,7 @@ const userSortColumns = [
|
||||
const teamSearchColumns = [
|
||||
{
|
||||
name: t`Name`,
|
||||
key: 'name',
|
||||
key: 'name__icontains',
|
||||
isDefault: true,
|
||||
},
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user