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