Skip to content

Commit

Permalink
feat: Consider more constrainsts for presentation #2882
Browse files Browse the repository at this point in the history
  • Loading branch information
bibash28 committed Sep 16, 2024
1 parent 6913d9a commit a26b847
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ List<CredentialModel> getCredentialsFromFilterList({

if (field.filter == null) {
//ascs case
return true;
return false;
} else if (field.filter?.pattern != null) {
pattern = field.filter!.pattern;
} else if (field.filter?.contains?.containsConst != null) {
Expand Down

0 comments on commit a26b847

Please sign in to comment.