feat: abstracts upload component

This commit is contained in:
Jacob Fletcher
2021-11-29 16:34:39 -05:00
parent fa671378c7
commit f234f68019
5 changed files with 237 additions and 146 deletions

View File

@@ -167,8 +167,6 @@ export type UploadField = FieldBase & {
type: 'upload'
relationTo: string
maxDepth?: number
value?: string
onChange?: (value: string) => void
}
type CodeAdmin = Admin & {