mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Don't try to fetch folder when it's not set
This commit is contained in:
@@ -153,6 +153,7 @@ export default defineComponent({
|
||||
return { folder };
|
||||
|
||||
async function fetchFolder() {
|
||||
if (!props.file.folder) return;
|
||||
loading.value = true;
|
||||
const { currentProjectKey } = projectsStore.state;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user