mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-10 15:36:06 -06:00
Fixed error occurring while opening query tool after togging Resume/Pause wal replay. #6026
This commit is contained in:
parent
96f3ac8a53
commit
b6924a84d6
@ -362,8 +362,6 @@ define('pgadmin.node.server', [
|
|||||||
if (res.success == 1) {
|
if (res.success == 1) {
|
||||||
Notify.success(res.info);
|
Notify.success(res.info);
|
||||||
t.itemData(i).wal_pause=res.data.wal_pause;
|
t.itemData(i).wal_pause=res.data.wal_pause;
|
||||||
t.unload(i);
|
|
||||||
t.setInode(i);
|
|
||||||
t.deselect(i);
|
t.deselect(i);
|
||||||
// Fetch updated data from server
|
// Fetch updated data from server
|
||||||
setTimeout(function() {
|
setTimeout(function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user