ods-component-lib 1.17.22 → 1.17.23

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.
@@ -1330,7 +1330,7 @@ function grid(props, dataGridRef) {
1330
1330
  });
1331
1331
  }));
1332
1332
  }))), React.createElement(Scrolling, {
1333
- mode: props.scroll.scrollingMode,
1333
+ mode: props.scroll.mode,
1334
1334
  showScrollbar: props.scroll.showScrollbar,
1335
1335
  scrollByContent: props.scroll.scrollByContent,
1336
1336
  scrollByThumb: props.scroll.scrollByThumb