BUGS: Fixed a bunch of bugs related to execution and visualization
This commit is contained in:
@@ -546,7 +546,7 @@ const ParsedAction = (props) => {
|
||||
var disabled = false
|
||||
var rows = "5"
|
||||
var openApiHelperText = "This is an OpenAPI specific field"
|
||||
if (selectedApp.generated && selectedApp.activated && data.name === "body") {
|
||||
if (selectedApp.generated && data.name === "body") {
|
||||
const regex = /\${(\w+)}/g
|
||||
const found = placeholder.match(regex)
|
||||
if (found === null) {
|
||||
|
||||
Reference in New Issue
Block a user