Fixed error occurring while opening query tool after togging Resume/Pause wal replay. #6026

pull/6314/head
Yogesh Mahajan 2023-05-23 15:30:44 +05:30 committed by GitHub
parent 96f3ac8a53
commit b6924a84d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -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() {