diff --git a/src/app/components/MediaManager.tsx b/src/app/components/MediaManager.tsx
index d92f03f..cee831e 100644
--- a/src/app/components/MediaManager.tsx
+++ b/src/app/components/MediaManager.tsx
@@ -1002,7 +1002,8 @@ export default function MediaManager({ initialPath, rootPath, title, config, set
{/* Breadcrumb */}
-
+
+
@@ -1037,6 +1038,12 @@ export default function MediaManager({ initialPath, rootPath, title, config, set
);
})}
+
+ {folderConfig !== null && (
+
+ )}
{(folderConfig?.['base_url']) && (