fix(MediaManager): update base URL display to remove label for cleaner presentation

This commit is contained in:
Jaime Idolpx 2026-06-12 21:43:33 -04:00
parent 8bc34b3e52
commit 11b9bb5b16

View File

@ -1052,7 +1052,7 @@ export default function MediaManager({ initialPath, rootPath, title, config, set
</div>
{(folderConfig?.['base_url']) && (
<div className="text-xs text-neutral-400 mt-0.5 truncate">
Base: {folderConfig?.['base_url']}
{folderConfig?.['base_url']}
</div>
)}