fix redirect back business or industries

This commit is contained in:
arifal
2025-03-13 14:13:06 +07:00
parent e47ab36d5e
commit 7787db02a3
7 changed files with 31 additions and 68 deletions

View File

@@ -12,6 +12,8 @@ const spinner = document.getElementById("spinner");
const toastNotification = document.getElementById("toastNotification");
const toast = new bootstrap.Toast(toastNotification);
let menuId = document.getElementById("menuId").value;
(dropzonePreviewNode.id = ""),
dropzonePreviewNode &&
((previewTemplate = dropzonePreviewNode.parentNode.innerHTML),
@@ -34,7 +36,7 @@ const toast = new bootstrap.Toast(toastNotification);
response.message;
toast.show();
setTimeout(() => {
window.location.href = "/data/business-industries";
window.location.href = `/data/business-industries?menu_id=${menuId}`;
}, 2000);
});
this.on("error", function (file, errorMessage) {