feat: add PowerInput component
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
c864a1062d
commit
d06f21c927
@@ -12,9 +12,7 @@ export default class CreateTweet {
|
||||
accessSecret: connectionData.accessSecret,
|
||||
});
|
||||
|
||||
if (parameters) {
|
||||
this.parameters = JSON.parse(parameters);
|
||||
}
|
||||
this.parameters = parameters;
|
||||
}
|
||||
|
||||
async run() {
|
||||
|
@@ -277,7 +277,9 @@
|
||||
"label": "Tweet body",
|
||||
"key": "tweet",
|
||||
"type": "string",
|
||||
"required": true
|
||||
"required": true,
|
||||
"description": "The content of your new tweet.",
|
||||
"variables": true
|
||||
}
|
||||
]
|
||||
},
|
||||
|
Reference in New Issue
Block a user