mirror of
https://github.com/directus/directus.git
synced 2026-01-28 18:18:10 -05:00
Fix typing of user display prop
This commit is contained in:
@@ -44,7 +44,7 @@ export default defineComponent({
|
||||
default: null,
|
||||
},
|
||||
display: {
|
||||
type: String as PropType<'avatar' | 'name'>,
|
||||
type: String as PropType<'avatar' | 'name' | 'both'>,
|
||||
default: 'avatar',
|
||||
},
|
||||
circle: {
|
||||
|
||||
Reference in New Issue
Block a user