mirror of
https://github.com/VinylDNS/vinyldns
synced 2025-09-03 07:45:15 +00:00
Fix for dns edit page after submit
This commit is contained in:
@@ -38,8 +38,8 @@
|
|||||||
})
|
})
|
||||||
let promis = $http.post(url, data, {headers: utilityService.getCsrfHeader()});
|
let promis = $http.post(url, data, {headers: utilityService.getCsrfHeader()});
|
||||||
// Hide loader when api gets response
|
// Hide loader when api gets response
|
||||||
promis.then(()=>loader.modal("hide"))
|
promis.then(()=>loader.modal("hide")
|
||||||
.catch(()=>loader.modal("hide"))
|
,()=>loader.modal("hide"))
|
||||||
return promis
|
return promis
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user