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.js
CHANGED
|
@@ -8203,6 +8203,9 @@ var UserDeletedModal = function UserDeletedModal(props, ref) {
|
|
|
8203
8203
|
|
|
8204
8204
|
var getFile = function getFile() {
|
|
8205
8205
|
var url = window.location.origin + "/api/ExportDataUser/" + userChoiced.id;
|
|
8206
|
+
console.log({
|
|
8207
|
+
url: url
|
|
8208
|
+
});
|
|
8206
8209
|
window.open(url);
|
|
8207
8210
|
};
|
|
8208
8211
|
|