fix js roles and add back button on card header

This commit is contained in:
arifal hidayat
2025-02-23 07:08:50 +07:00
parent d49035ce8d
commit c3c7b8e3ec
14 changed files with 252 additions and 233 deletions

View File

@@ -1,9 +1,9 @@
class UpdateCustomer {
constructor() {
this.initUpdateSpatial();
this.initUpdateCustomer();
}
initUpdateSpatial() {
initUpdateCustomer() {
const toastNotification = document.getElementById("toastNotification");
const toast = new bootstrap.Toast(toastNotification);
document