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

@@ -13,6 +13,8 @@ class UpdateBusinessIndustries {
const spinner = document.getElementById("spinner");
const toast = new bootstrap.Toast(toastNotification);
let menuId = document.getElementById("menuId").value;
if (!submitButton) {
console.error("Error: Submit button not found!");
return;
@@ -53,7 +55,7 @@ class UpdateBusinessIndustries {
data.message;
toast.show();
setTimeout(() => {
window.location.href = "/data/business-industries";
window.location.href = `/data/business-industries?menu_id=${menuId}`;
}, 2000);
} else {
// Show error toast with message from API