mario-education 3.0.10-admin → 4.0.0
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.css +893 -893
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +3 -0
- package/dist/index.modern.js.map +1 -1
- package/package.json +94 -94
package/dist/index.modern.js
CHANGED
|
@@ -8200,6 +8200,9 @@ var UserDeletedModal = function UserDeletedModal(props, ref) {
|
|
|
8200
8200
|
|
|
8201
8201
|
var getFile = function getFile() {
|
|
8202
8202
|
var url = window.location.origin + "/api/ExportDataUser/" + userChoiced.id;
|
|
8203
|
+
console.log({
|
|
8204
|
+
url: url
|
|
8205
|
+
});
|
|
8203
8206
|
window.open(url);
|
|
8204
8207
|
};
|
|
8205
8208
|
|