mario-education 2.4.261-release → 2.4.262-release
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 +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +3 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2470,7 +2470,9 @@ var ConferenceRubricDetail = function ConferenceRubricDetail() {
|
|
|
2470
2470
|
color: "primary",
|
|
2471
2471
|
size: "sm",
|
|
2472
2472
|
className: "px-4 pl-1 mr-2 ml-3",
|
|
2473
|
-
onClick:
|
|
2473
|
+
onClick: function onClick() {
|
|
2474
|
+
return confirmData(false);
|
|
2475
|
+
}
|
|
2474
2476
|
}, confirmText))));
|
|
2475
2477
|
};
|
|
2476
2478
|
|