mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-07 11:45:07 -05:00
Fixed an issue where multiple errors were showing if user does not have connect privileges. #7073
This commit is contained in:
@@ -164,7 +164,7 @@ class Notifier {
|
||||
return onJSONResult();
|
||||
}
|
||||
this.alert(promptmsg, msg.replace(new RegExp(/\r?\n/, 'g'), '<br />'));
|
||||
onJSONResult();
|
||||
onJSONResult('ALERT_CALLED');
|
||||
}
|
||||
|
||||
alert(title, text, onOkClick, okLabel=gettext('OK')) {
|
||||
|
||||
Reference in New Issue
Block a user