ods-component-lib 1.18.36 → 1.18.37

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.
@@ -17484,7 +17484,7 @@ var OdsRemoteDataGrid = function OdsRemoteDataGrid(props) {
17484
17484
  allowUpdating: props.edit.allowUpdating,
17485
17485
  allowDeleting: props.edit.allowDeleting,
17486
17486
  allowAdding: props.edit.allowAdding,
17487
- useIcons: true
17487
+ useIcons: props.edit.useIcons
17488
17488
  }, props.edit.mode === "popup" && React.createElement("div", null, React.createElement(Popup, {
17489
17489
  showTitle: true,
17490
17490
  width: 700,