@civicactions/cmsds-open-data-components 4.0.16-alpha.2 → 4.0.16-alpha.3

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.
package/dist/main.js CHANGED
@@ -4280,7 +4280,7 @@ const $85f8ff1ff89899c7$var$DataTableToolbar = ({ resource: resource, id: id, co
4280
4280
  children: [
4281
4281
  conditions.length > 0 ? conditions.map((condition, index)=>/*#__PURE__*/ (0, $hgUW1$jsx)((0, $c5b172e8d1a8197c$export$2e2bcd8739ae039), {
4282
4282
  iconClass: "far fa-filter",
4283
- text: `"${condition.property}" ${(0, $7264a673914aa746$export$d243819c3ad678fb)(condition.operator).toLowerCase()}${condition.value === '' ? '' : ` ${condition.value}`}`,
4283
+ text: `"${condition.property}" ${(0, $7264a673914aa746$export$d243819c3ad678fb)(condition.operator).toLowerCase()}${condition.value === '' || condition.operator === 'is_empty' || condition.operator === 'not_empty' ? '' : ` ${condition.value}`}`,
4284
4284
  onClick: ()=>{
4285
4285
  removeCondition(index);
4286
4286
  }