diff --git a/web/pgadmin/tools/sqleditor/static/js/sqleditor.js b/web/pgadmin/tools/sqleditor/static/js/sqleditor.js index a169a98c2..a25c00043 100644 --- a/web/pgadmin/tools/sqleditor/static/js/sqleditor.js +++ b/web/pgadmin/tools/sqleditor/static/js/sqleditor.js @@ -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();