Merge branch 'master' of github.com:Budibase/budibase into v3-ui
This commit is contained in:
commit
2b3775ce50
|
@ -2087,6 +2087,7 @@ describe.each([
|
|||
)
|
||||
tableId = table._id!
|
||||
|
||||
// @ts-ignore - until AI implemented
|
||||
const rowValues: Record<keyof typeof fullSchema, any> = {
|
||||
[FieldType.STRING]: generator.guid(),
|
||||
[FieldType.LONGFORM]: generator.paragraph(),
|
||||
|
|
|
@ -606,6 +606,7 @@ export function fullSchemaWithoutLinks({
|
|||
}): {
|
||||
[type in Exclude<FieldType, FieldType.LINK>]: FieldSchema & { type: type }
|
||||
} {
|
||||
// @ts-ignore - until AI implemented
|
||||
return {
|
||||
[FieldType.STRING]: {
|
||||
name: "string",
|
||||
|
|
Loading…
Reference in New Issue