Merge pull request #6236 from devansh-webkul/delete-fix
Delete Issue Fixed #6196
This commit is contained in:
commit
afd6e2cfdc
File diff suppressed because one or more lines are too long
|
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"/js/ui.js": "/js/ui.js?id=ee22aa59e99bead55fe4",
|
||||
"/js/ui.js": "/js/ui.js?id=4dc59bc61e8f3eff9489",
|
||||
"/css/ui.css": "/css/ui.css?id=c8a7ade09358a1d61a4a"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -415,7 +415,7 @@ export default {
|
|||
* Else, it will reload table only.
|
||||
*/
|
||||
if (data.redirect !== undefined && data.redirect) {
|
||||
window.location.href = data.redirectUrl;
|
||||
window.location.href = data.redirect;
|
||||
} else {
|
||||
self.$emit('onActionSuccess');
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue