contentoh-components-library 21.1.85 → 21.1.86
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.
|
@@ -109,6 +109,8 @@ var StatusAsignationInfo = function StatusAsignationInfo(_ref) {
|
|
|
109
109
|
}), /*#__PURE__*/(0, _jsxRuntime.jsx)(_GeneralButton.Button, {
|
|
110
110
|
buttonType: "general circular-button version-button",
|
|
111
111
|
onClick: function onClick(e) {
|
|
112
|
+
e.stopPropagation();
|
|
113
|
+
e.preventDefault();
|
|
112
114
|
setShowVersionSelector(true);
|
|
113
115
|
},
|
|
114
116
|
label: "V".concat(version)
|
package/package.json
CHANGED