Merge branch 'master' of github.com:Budibase/budibase into v3-ui

This commit is contained in:
mike12345567 2024-10-18 18:22:28 +01:00
commit 2b3775ce50
2 changed files with 2 additions and 0 deletions

View File

@ -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(),

View File

@ -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",