mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed dialog tab navigation for Backup and Restore dialog. Fixes regression of #3862
This commit is contained in:
committed by
Akshay Joshi
parent
d4fe31404c
commit
42c7ae372f
@@ -99,7 +99,7 @@ export class BackupDialogWrapper extends DialogWrapper {
|
||||
|
||||
this.elements.content.appendChild($container.get(0));
|
||||
|
||||
this.focusOnDialog(dialog);
|
||||
this.focusOnDialog(this);
|
||||
this.setListenersForFilenameChanges();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user