improvement(core): simplify events for app/db/service status changes
This commit is contained in:
@@ -87,7 +87,6 @@
|
||||
params.push(this.password);
|
||||
}
|
||||
params.push(this.selectedActions);
|
||||
|
||||
return $wire[methodName](...params)
|
||||
.then(result => {
|
||||
if (result === true) {
|
||||
|
||||
Reference in New Issue
Block a user