Skip to content

Commit

Permalink
Fix notification name search (ansible#15231)
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Nackov <adrian.nackov@mail.schwarz>
  • Loading branch information
aeter authored and djyasin committed Sep 11, 2024
1 parent 80518e4 commit 72674b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ function NotificationTemplatesList() {
toolbarSearchColumns={[
{
name: t`Name`,
key: 'name',
key: 'name__icontains',
isDefault: true,
},
{
Expand Down

0 comments on commit 72674b5

Please sign in to comment.