FIX_In the client policy screen, if any changes are made to the policy, the screen automatically scrolls to the bottom of the page
This commit is contained in:
parent
6a6087034c
commit
20a32ae7a3
@ -684,6 +684,7 @@ input:checked + .slider_blue::before {
|
||||
var message = (policy_PrimaryKey === '') ?
|
||||
'Policy Created successfully' : 'Policy Updated Successfully';
|
||||
toastr.success(message, 'Success');
|
||||
window.scrollTo({ top: 0, behavior: 'smooth' });
|
||||
}, 1000);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user