mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/unity.git
synced 2026-08-19 04:13:58 +00:00
- put space
This commit is contained in:
@@ -78,7 +78,7 @@
|
||||
const l = vm.loader
|
||||
vm[l] = !vm[l];
|
||||
let method = 'delete';
|
||||
let url = 'contract/delete/'+vm.selected_contract.hash_id;
|
||||
let url = 'contract/delete/' + vm.selected_contract.hash_id;
|
||||
General.onComplete(url, vm.form, method, true)
|
||||
.then(data => {
|
||||
vm[l] = false
|
||||
|
||||
Reference in New Issue
Block a user