chore: adds array within row in tabsDoc data

This commit is contained in:
PatrikKozak
2024-04-22 16:18:14 -04:00
parent ba423ab424
commit d8a5426c37
3 changed files with 24 additions and 0 deletions

View File

@@ -1084,6 +1084,10 @@ export interface TabsField {
}[]
text?: string | null
defaultValue?: string | null
arrayInRow?: {
text: string
id?: string | null
}[]
}
namedTabWithDefaultValue: {
defaultValue?: string | null