type fix
This commit is contained in:
parent
c1ddee5d7c
commit
9c22bee324
|
@ -21,7 +21,9 @@ import {
|
||||||
Table,
|
Table,
|
||||||
INTERNAL_TABLE_SOURCE_ID,
|
INTERNAL_TABLE_SOURCE_ID,
|
||||||
TableSourceType,
|
TableSourceType,
|
||||||
|
AutomationIOType,
|
||||||
} from "@budibase/types"
|
} from "@budibase/types"
|
||||||
|
import { bool } from "joi"
|
||||||
|
|
||||||
const { BUILTIN_ROLE_IDS } = roles
|
const { BUILTIN_ROLE_IDS } = roles
|
||||||
|
|
||||||
|
@ -164,7 +166,7 @@ export function basicAutomation(appId?: string): Automation {
|
||||||
inputs: {
|
inputs: {
|
||||||
properties: {
|
properties: {
|
||||||
text: {
|
text: {
|
||||||
type: "string",
|
type: AutomationIOType.STRING,
|
||||||
title: "Text to log",
|
title: "Text to log",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
@ -183,6 +185,7 @@ export function basicAutomation(appId?: string): Automation {
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
id: "y8lkZbeSe",
|
id: "y8lkZbeSe",
|
||||||
|
type: AutomationStepType.ACTION,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue