Skip to content

Commit

Permalink
Merge pull request #1 from shanghaiopensource/master
Browse files Browse the repository at this point in the history
Update Editable.php
  • Loading branch information
xxl4 authored Jul 16, 2023
2 parents 7d00fd9 + 52d90b3 commit 3e0421a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Grid/Displayers/Editable.php
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ public function display()
$.admin.toastr.error(response.message, '', {positionClass:"toast-top-center"});
}
if(response.refresh==true) {
$.admin.reload();
$.pjax.reload('#pjax-container');
}
}
}
Expand Down

0 comments on commit 3e0421a

Please sign in to comment.