@insticc/react-datagrid-2 1.1.6 → 1.1.7
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.
|
@@ -189,7 +189,7 @@ ActionButton.propTypes = {
|
|
|
189
189
|
// the action button icon
|
|
190
190
|
selectionMode: _propTypes["default"].oneOf(['single', 'multi', 'always']),
|
|
191
191
|
// the action button selection mode
|
|
192
|
-
confirmMessage: _propTypes["default"].string,
|
|
192
|
+
confirmMessage: _propTypes["default"].oneOfType([_propTypes["default"].element, _propTypes["default"].string]),
|
|
193
193
|
// the action confirming message
|
|
194
194
|
hasConfirmMessage: _propTypes["default"].bool,
|
|
195
195
|
// defines whether there is a confirm message for the action button
|