Skip to content

Commit

Permalink
#1863 typo for null filter
Browse files Browse the repository at this point in the history
  • Loading branch information
dk1844 committed Oct 21, 2021
1 parent d1866f6 commit d1cbec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menas/ui/service/FilterTreeUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class FilterTreeUtils {
filterNode.icon = "sap-icon://SAP-icons-TNT/solution-not-licensed";
break;
case "IsNullFilter":
filterNode.text = `Value of "${filterNode.columnName}" is not null`;
filterNode.text = `Value of "${filterNode.columnName}" is null`;
filterNode.icon = "sap-icon://SAP-icons-TNT/marquee";
break;
default:
Expand Down

0 comments on commit d1cbec8

Please sign in to comment.