+
+
+
+ );
+ }
+
+ /**
+ * Render cancel button.
+ *
+ * @returns {*} The cancel button if enabled and dialog is not modal.
+ * @private
+ */
+ _renderCancelButton() {
+ if (this.props.cancelDisabled || this.props.isModal) {
+ return null;
+ }
+
+ return (
+