Fix typo
This commit is contained in:
parent
c03efa435b
commit
60fd8fb1e1
|
@ -25,7 +25,7 @@ export interface UITable extends Table {
|
|||
export type UIFieldSchema = FieldSchema &
|
||||
BasicViewFieldMetadata & {
|
||||
related?: { field: string; subField: string }
|
||||
columns?: Record<string, UIRelationSchFemaField>
|
||||
columns?: Record<string, UIRelationSchemaField>
|
||||
cellRenderType?: string
|
||||
disabled?: boolean
|
||||
format?: (row: UIRow) => any
|
||||
|
|
Loading…
Reference in New Issue