Fixed an issue where notifications disappeared quickly. #5364

This commit is contained in:
Pravesh Sharma 2022-10-07 09:13:25 +05:30 committed by GitHub
parent 2d0f09144d
commit f79844e926
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -204,7 +204,7 @@ define('pgadmin.node.table', [
}, 10); }, 10);
} }
if (res.success == 2) { if (res.success == 2) {
Notify.error(res.info, 0); Notify.error(res.info);
} }
}) })
.fail(function(xhr, status, error) { .fail(function(xhr, status, error) {