mirror of
https://github.com/ansible/awx.git
synced 2026-02-15 18:20:00 -03:30
Fix basic name filtering on workflow approvals list
This commit is contained in:
@@ -171,7 +171,7 @@ function WorkflowApprovalsList({ i18n }) {
|
||||
toolbarSearchColumns={[
|
||||
{
|
||||
name: i18n._(t`Name`),
|
||||
key: 'name',
|
||||
key: 'name__icontains',
|
||||
isDefault: true,
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user