From b7f116a40a017fcf41646fec37d27943b3807edc Mon Sep 17 00:00:00 2001 From: alanv Date: Wed, 18 Dec 2024 11:03:05 -0600 Subject: [PATCH] models.test.ts - Fix tests --- .../src/internal/components/domainproperties/models.test.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/components/src/internal/components/domainproperties/models.test.ts b/packages/components/src/internal/components/domainproperties/models.test.ts index 89b3d9f6cf..336424bc72 100644 --- a/packages/components/src/internal/components/domainproperties/models.test.ts +++ b/packages/components/src/internal/components/domainproperties/models.test.ts @@ -128,6 +128,7 @@ const gridDataAppPropsOnlyConst = [ propertyValidators: '', format: '', fieldIndex: 0, + filterCriteria: '', importAliases: '', selected: '', description: '', @@ -188,6 +189,7 @@ const gridColumnsConst = [ nameCol, { index: 'URL', caption: 'URL', sortable: true }, { index: 'PHI', caption: 'PHI', sortable: true }, + { index: 'filterCriteria', caption: 'Filter Criteria', sortable: true }, { index: 'rangeURI', caption: 'Range URI', sortable: true }, { index: 'required', caption: 'Required', sortable: true }, { index: 'lockType', caption: 'Lock Type', sortable: true },