FIx failed to resolve component warning (#12875)

This commit is contained in:
Azri Kahar
2022-04-20 19:50:03 +08:00
committed by GitHub
parent 89aa10b3d7
commit 3802fb8ae8

View File

@@ -221,6 +221,7 @@ import { useCollection } from '@directus/shared/composables';
import { unexpectedError } from '@/utils/unexpected-error';
import { debounce } from 'lodash';
import { getEndpoint } from '@directus/shared/utils';
import FolderPicker from '@/views/private/components/folder-picker/folder-picker.vue';
type LayoutQuery = {
fields?: string[];