mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Close button added to the alertify message box, which pops up in case of backend error. Fixes #3290
This commit is contained in:
committed by
Akshay Joshi
parent
eb35629712
commit
b653b742ed
@@ -37,7 +37,7 @@ function(gettext, _, alertify, pgAdmin) {
|
||||
alertify.alert(
|
||||
title,
|
||||
text
|
||||
);
|
||||
).set('closable', true);
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user