@onehat/ui 0.2.33 → 0.2.34

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.2.33",
3
+ "version": "0.2.34",
4
4
  "description": "Base UI for OneHat apps",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
@@ -365,7 +365,7 @@ export function Grid(props) {
365
365
  rowReorderProps = {};
366
366
  if (canRowsReorder && isReorderMode) {
367
367
  WhichGridRow = ReorderableGridRow;
368
- reorderProps = {
368
+ rowReorderProps = {
369
369
  mode: VERTICAL,
370
370
  onDragStart: onRowReorderDragStart,
371
371
  onDrag: onRowReorderDrag,