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.
@@ -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