Merge pull request #6236 from devansh-webkul/delete-fix

Delete Issue Fixed #6196
This commit is contained in:
Jitendra Singh 2022-04-05 17:09:37 +05:30 committed by GitHub
commit afd6e2cfdc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -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"
}

View File

@ -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');