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:
venba-Inspriron-3558 2025-11-07 17:56:26 +05:30
parent 6a6087034c
commit 20a32ae7a3

View File

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