pgadmin4/web/pgadmin/static/js/helpers/showFileManager.js
Aditya Toshniwal 4808df5e95 1) Port the file/storage manager to React. Fixes #7313
2) Allow users to delete files/folders from the storage manager. Fixes #4607
3) Allow users to search within the file/storage manager. Fixes #7389
4) Fixed an issue where new folders cannot be created in the save dialog. Fixes #7524
2022-07-19 15:27:47 +05:30

7 lines
165 B
JavaScript

import pgAdmin from 'sources/pgadmin';
import 'pgadmin.tools.file_manager';
export function showFileManager(...args) {
pgAdmin.Tools.FileManager.show(...args);
}