mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed an issue where file dialog showing incorrect files for the selected file types. Fixes #6443
This commit is contained in:
committed by
Akshay Joshi
parent
0bb40de1c4
commit
7ed97eeec4
@@ -3847,7 +3847,7 @@ define('tools.querytool', [
|
||||
// Open FileManager
|
||||
_open_select_file_manager: function() {
|
||||
var params = {
|
||||
'supported_types': ['sql'], // file types allowed
|
||||
'supported_types': ['*', 'sql'], // file types allowed
|
||||
'dialog_type': 'select_file', // open select file dialog
|
||||
};
|
||||
pgAdmin.FileManager.init();
|
||||
|
||||
Reference in New Issue
Block a user