We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f8bd63 commit 93878b8Copy full SHA for 93878b8
components/nocodb/nocodb.app.mjs
@@ -91,7 +91,7 @@ export default {
91
},
92
93
data: {
94
- type: "any",
+ type: "string",
95
label: "data",
96
description: "Enter Json Formated data",
97
components/nocodb/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@pipedream/nocodb",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"description": "Pipedream Nocodb Components",
5
"main": "nocodb.app.mjs",
6
"keywords": [
0 commit comments