@morze/ui 0.2.1 → 0.2.2

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/index.js CHANGED
@@ -2819,6 +2819,7 @@ function DataTable({
2819
2819
  columnLabel: label,
2820
2820
  def: column.filter,
2821
2821
  value: query.filters[column.id],
2822
+ labels: labelsProp,
2822
2823
  onApply: (value) => onQueryChange(setFilter(query, column.id, value))
2823
2824
  }
2824
2825
  ) : null