@onehat/ui 0.3.242 → 0.3.243

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onehat/ui",
3
- "version": "0.3.242",
3
+ "version": "0.3.243",
4
4
  "description": "Base UI for OneHat apps",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
@@ -175,7 +175,6 @@ export default function withInlineEditor(WrappedComponent, skipWrappers = false)
175
175
  return <WrappedComponent
176
176
  {...props}
177
177
  onChangeColumnsConfig={onChangeColumnsConfig}
178
- onEditorRowClick={onRowClick}
179
178
  inlineEditor={inlineEditor}
180
179
  isInlineEditorShown={isEditorShown}
181
180
  />;