Skip to content

Commit 54b6de3

Browse files
committed
Fix notification name search
Signed-off-by: A. Nackov <[email protected]>
1 parent 946bbe3 commit 54b6de3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

awx/ui/src/screens/NotificationTemplate/NotificationTemplateList/NotificationTemplateList.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ function NotificationTemplatesList() {
120120
toolbarSearchColumns={[
121121
{
122122
name: t`Name`,
123-
key: 'name',
123+
key: 'name__icontains',
124124
isDefault: true,
125125
},
126126
{

0 commit comments

Comments
 (0)