fix: respect relative media folder on field (#965)
This commit is contained in:
parent
215cb21e89
commit
d25281e357
@ -254,6 +254,7 @@ export function selectMediaFolder<EF extends BaseField>(
|
|||||||
: joinUrlPath(
|
: joinUrlPath(
|
||||||
collection && 'folder' in collection ? collection.folder : '',
|
collection && 'folder' in collection ? collection.folder : '',
|
||||||
DRAFT_MEDIA_FILES,
|
DRAFT_MEDIA_FILES,
|
||||||
|
folder,
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user