From a26b847688c74b80cbc87938cb54c1e8b5baa217 Mon Sep 17 00:00:00 2001 From: Bibash Shrestha Date: Mon, 16 Sep 2024 15:57:19 +0100 Subject: [PATCH] feat: Consider more constrainsts for presentation #2882 --- .../helpers/get_credentials_from_filter_list.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dashboard/home/tab_bar/credentials/present/pick/credential_manifest/helpers/get_credentials_from_filter_list.dart b/lib/dashboard/home/tab_bar/credentials/present/pick/credential_manifest/helpers/get_credentials_from_filter_list.dart index 22dd11338..95cafaac7 100644 --- a/lib/dashboard/home/tab_bar/credentials/present/pick/credential_manifest/helpers/get_credentials_from_filter_list.dart +++ b/lib/dashboard/home/tab_bar/credentials/present/pick/credential_manifest/helpers/get_credentials_from_filter_list.dart @@ -30,7 +30,7 @@ List 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) {