ui-kit-ck-consultant 0.5.293 → 0.5.294

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.js CHANGED
@@ -997,7 +997,7 @@ var Th = /*#__PURE__*/function (_React$Component) {
997
997
  rowSpan: this.props.rowSpan,
998
998
  colSpan: this.props.colSpan,
999
999
  className: thClass,
1000
- onClick: this.props.sort ? this.handleSortClick : null,
1000
+ onClick: this.props.sort ? this.handleSortClick : this.props.onClick || null,
1001
1001
  style: this.props.style
1002
1002
  }, /*#__PURE__*/React__default.createElement("div", {
1003
1003
  className: style$9.table_flex