grep-components 2.6.0 → 2.7.0-GREPF-2348.1
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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -15741,7 +15741,7 @@ const ConfirmationDialog = ({ open, title, description, warning, onSubmit, onCan
|
|
|
15741
15741
|
React__default.createElement(DialogContent$1, null,
|
|
15742
15742
|
React__default.createElement(DialogContentText$1, null, description)),
|
|
15743
15743
|
React__default.createElement(DialogActions$1, null,
|
|
15744
|
-
React__default.createElement(Button, { color: "
|
|
15744
|
+
React__default.createElement(Button, { color: "inherit", onClick: onCancel }, cancelText),
|
|
15745
15745
|
React__default.createElement(Button, { className: warning ? classes.discard : '', onClick: onSubmit }, confirmText))));
|
|
15746
15746
|
};
|
|
15747
15747
|
|