@farris/ui-list-filter 0.1.18 → 0.1.19

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.
@@ -3190,7 +3190,7 @@
3190
3190
  function (qc) {
3191
3191
  /** @type {?} */
3192
3192
  var radiov = (( /** @type {?} */(qc.value)));
3193
- if (Object.keys(radiov).length === 0 || Object.keys(radiov.value).length === 0)
3193
+ if (radiov.value === undefined || radiov.value === null || Object.keys(radiov).length === 0 || Object.keys(radiov.value).length === 0)
3194
3194
  return [];
3195
3195
  return [{
3196
3196
  'FilterField': qc.fieldCode,