fix delete unused service

This commit is contained in:
arifal
2025-09-12 17:31:18 +07:00
parent 148dfebb4a
commit 61e6eb9803
12 changed files with 6 additions and 1023 deletions

View File

@@ -216,7 +216,9 @@ class SyncronizeTask {
})
.then((data) => {
this.toastMessage.innerText =
data.data.message || "Synchronize successfully!";
data?.data?.message ||
data?.message ||
"Synchronize successfully!";
this.toast.show();
// Update the table if it exists