mirror of
https://github.com/ansible/awx.git
synced 2026-02-26 15:36:04 -03:30
Fix filter experience when assigning access to teams (#14175)
This commit is contained in:
@@ -50,7 +50,7 @@ const userSortColumns = [
|
|||||||
const teamSearchColumns = [
|
const teamSearchColumns = [
|
||||||
{
|
{
|
||||||
name: t`Name`,
|
name: t`Name`,
|
||||||
key: 'name',
|
key: 'name__icontains',
|
||||||
isDefault: true,
|
isDefault: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user