mirror of
https://github.com/directus/directus.git
synced 2026-01-27 05:28:06 -05:00
Fix type inconsistency
This commit is contained in:
@@ -86,7 +86,7 @@ export default defineComponent({
|
||||
required: true,
|
||||
},
|
||||
type: {
|
||||
type: String as PropType<'standard' | 'file' | 'files' | 'm2o' | 'o2m' | 'm2m'>,
|
||||
type: String as PropType<'standard' | 'file' | 'files' | 'm2o' | 'o2m' | 'm2m' | 'presentation'>,
|
||||
default: null,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user