Skip to content

Commit 8fc89d9

Browse files
committed
fix: allow more data types in the variable default field
1 parent 3da4d79 commit 8fc89d9

File tree

1 file changed

+0
-1
lines changed
  • packages/toolkit/src/view/recipe-editor/lib

1 file changed

+0
-1
lines changed

packages/toolkit/src/view/recipe-editor/lib/schema.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ export const InstillYamlSchema = {
9191
type: "string",
9292
},
9393
default: {
94-
type: "string",
9594
},
9695
"instill-ui-multiline": {
9796
type: "boolean",

0 commit comments

Comments
 (0)