Skip to content

Commit 93878b8

Browse files
committed
update data prop type
1 parent 1f8bd63 commit 93878b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/nocodb/nocodb.app.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ export default {
9191
},
9292
},
9393
data: {
94-
type: "any",
94+
type: "string",
9595
label: "data",
9696
description: "Enter Json Formated data",
9797
},

components/nocodb/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pipedream/nocodb",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "Pipedream Nocodb Components",
55
"main": "nocodb.app.mjs",
66
"keywords": [

0 commit comments

Comments
 (0)