mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed an issue where notifications disappeared quickly. #5364
This commit is contained in:
parent
2d0f09144d
commit
f79844e926
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user