mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Ensure that Backup/Restore button should work on single click. Fixes #3811
This commit is contained in:
committed by
Akshay Joshi
parent
c7cbe0ff4a
commit
aedb3997b0
@@ -2419,6 +2419,7 @@ define([
|
||||
|
||||
// Set selected value into the model
|
||||
this.model.set(name, decodeURI(value));
|
||||
this.$el.find('input[type=text]').focus();
|
||||
},
|
||||
storage_close_dlg_hander: function() {
|
||||
this.remove_file_dlg_event_listeners();
|
||||
|
||||
Reference in New Issue
Block a user