mirror of
https://github.com/directus/directus.git
synced 2026-02-11 12:44:59 -05:00
Make template prop optional
Ref https://github.com/directus/directus/pull/18393/files#r1183040178
This commit is contained in:
@@ -45,7 +45,7 @@ const props = defineProps<{
|
||||
collection: string;
|
||||
field: string;
|
||||
value: Record<string, any> | Record<string, any>[] | null;
|
||||
template: string;
|
||||
template?: string;
|
||||
}>();
|
||||
|
||||
const { t, te } = useI18n();
|
||||
|
||||
Reference in New Issue
Block a user