mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-03 20:20:46 -06:00
4808df5e95
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
7 lines
165 B
JavaScript
7 lines
165 B
JavaScript
import pgAdmin from 'sources/pgadmin';
|
|
import 'pgadmin.tools.file_manager';
|
|
|
|
export function showFileManager(...args) {
|
|
pgAdmin.Tools.FileManager.show(...args);
|
|
}
|