mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Replace Alertify alert and confirm with React-based model dialog. Fixes #7053
This commit is contained in:
@@ -98,7 +98,7 @@ define('pgadmin.dashboard', [
|
||||
action_url = terminate_session_url + self.model.get('pid');
|
||||
}
|
||||
|
||||
Alertify.confirm(
|
||||
Notify.confirm(
|
||||
title, txtConfirm,
|
||||
function() {
|
||||
$.ajax({
|
||||
|
||||
Reference in New Issue
Block a user