fix delete unused service
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user