mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-24 01:33:35 -05:00
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