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 30, 2024
1 parent ac08c06 commit 52ab9ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ List<CredentialModel> getCredentialsFromFilterList({

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

0 comments on commit 52ab9ea

Please sign in to comment.