mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Resolve editor/type warnings (#7687)
* resolve editor/type warnings * dont rename props
This commit is contained in:
@@ -35,7 +35,7 @@ export default defineComponent({
|
||||
components: { Repeater },
|
||||
props: {
|
||||
value: {
|
||||
type: Object as PropType<any>,
|
||||
type: Object as PropType<Record<string, any>>,
|
||||
default: null,
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user