Skip to content

Commit

Permalink
Fix notification name search
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Nackov <adrian.nackov@mail.schwarz>
  • Loading branch information
aeter committed May 30, 2024
1 parent 946bbe3 commit 57b017d
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 57b017d

Please sign in to comment.