Skip to content

Commit

Permalink
models.test.ts - Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
labkey-alan committed Dec 18, 2024
1 parent 6c6ad3b commit b7f116a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ const gridDataAppPropsOnlyConst = [
propertyValidators: '',
format: '',
fieldIndex: 0,
filterCriteria: '',
importAliases: '',
selected: '',
description: '',
Expand Down Expand Up @@ -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 },
Expand Down

0 comments on commit b7f116a

Please sign in to comment.