feature: crud spatial planning and fix search in tourism and umkm

This commit is contained in:
2025-02-20 16:16:06 +07:00
parent dd331b4a08
commit 33b7131c33
25 changed files with 1214 additions and 14 deletions

View File

@@ -123,7 +123,7 @@ document.getElementById('downloadtemptourisms').addEventListener('click', functi
// Function to show toast
function showToast(iconClass, iconColor, message) {
const toastElement = document.getElementById('toastUploadUmkm');
const toastElement = document.getElementById('toastUploadTourisms');
const toastBody = toastElement.querySelector('.toast-body');
const toastHeader = toastElement.querySelector('.toast-header');