blue-react 9.9.2 → 9.9.3

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.
@@ -157,10 +157,12 @@ function Modal(_ref) {
157
157
  className: "btn ".concat(switchPrimaryBtn ? "btn-outline-primary" : "btn-primary", " d-block w-100"),
158
158
  style: btnStyle
159
159
  }, type === "verify" ? acceptBtnText ? acceptBtnText : (0, _shared.getPhrase)("Yes") : acceptBtnText ? acceptBtnText : "OK"), (type === "ask" || type === "verify") && (type === "verify" ? /*#__PURE__*/_react.default.createElement("button", {
160
+ type: "button",
160
161
  className: "btn ".concat(switchPrimaryBtn ? "btn-primary" : "btn-outline-primary", " d-block w-100"),
161
162
  style: btnStyle,
162
163
  onClick: sayNo
163
164
  }, cancelBtnText ? cancelBtnText : (0, _shared.getPhrase)("No")) : /*#__PURE__*/_react.default.createElement("button", {
165
+ type: "button",
164
166
  className: "btn btn-outline-primary d-block w-100",
165
167
  style: btnStyle,
166
168
  onClick: cancel