chore: adds array within row in tabsDoc data
This commit is contained in:
@@ -1084,6 +1084,10 @@ export interface TabsField {
|
||||
}[]
|
||||
text?: string | null
|
||||
defaultValue?: string | null
|
||||
arrayInRow?: {
|
||||
text: string
|
||||
id?: string | null
|
||||
}[]
|
||||
}
|
||||
namedTabWithDefaultValue: {
|
||||
defaultValue?: string | null
|
||||
|
||||
Reference in New Issue
Block a user