mirror of
https://github.com/directus/directus.git
synced 2026-01-29 08:17:55 -05:00
FIx failed to resolve component warning (#12875)
This commit is contained in:
@@ -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[];
|
||||
|
||||
Reference in New Issue
Block a user