Skip to content
Snippets Groups Projects
Commit 2f223f38 authored by colemanw's avatar colemanw
Browse files

SearchKit - Fix angular console error when totalCount is not given

Before: Error: [$compile:nonassign] Expression 'undefined' in attribute 'totalCount' used with directive 'crmSearchDisplayTable' is non-assignable!

After: Fixed, and totalCount still functions correctly for its indended purpose with SearchSegments.
parent 1298898b
Branches
Tags
No related merge requests found
......@@ -8,7 +8,7 @@
display: '<',
settings: '<',
filters: '<',
totalCount: '='
totalCount: '<'
},
require: {
afFieldset: '?^^afFieldset'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment