intelicoreact 1.0.69 → 1.0.71
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -133,10 +133,6 @@ var TieredCheckboxes = function TieredCheckboxes(_ref) {
|
|
|
133
133
|
newItems = (_newItems = newItems) === null || _newItems === void 0 ? void 0 : _newItems.sort(compareAlphabetical);
|
|
134
134
|
}
|
|
135
135
|
|
|
136
|
-
console.log({
|
|
137
|
-
sortGroupItems: sortGroupItems
|
|
138
|
-
});
|
|
139
|
-
|
|
140
136
|
if (sortGroupItems) {
|
|
141
137
|
var _newItems2;
|
|
142
138
|
|