feat: add PowerInput component

This commit is contained in:
Ali BARIN
2022-02-17 20:15:08 +01:00
committed by Ömer Faruk Aydın
parent c864a1062d
commit d06f21c927
30 changed files with 848 additions and 115 deletions

View File

@@ -12,9 +12,7 @@ export default class CreateTweet {
accessSecret: connectionData.accessSecret,
});
if (parameters) {
this.parameters = JSON.parse(parameters);
}
this.parameters = parameters;
}
async run() {

View File

@@ -277,7 +277,9 @@
"label": "Tweet body",
"key": "tweet",
"type": "string",
"required": true
"required": true,
"description": "The content of your new tweet.",
"variables": true
}
]
},