fix(MediaManager): update base URL display to remove label for cleaner presentation
This commit is contained in:
parent
8bc34b3e52
commit
11b9bb5b16
|
|
@ -1052,7 +1052,7 @@ export default function MediaManager({ initialPath, rootPath, title, config, set
|
||||||
</div>
|
</div>
|
||||||
{(folderConfig?.['base_url']) && (
|
{(folderConfig?.['base_url']) && (
|
||||||
<div className="text-xs text-neutral-400 mt-0.5 truncate">
|
<div className="text-xs text-neutral-400 mt-0.5 truncate">
|
||||||
Base: {folderConfig?.['base_url']}
|
{folderConfig?.['base_url']}
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user