Fixed node multi-select with CTRL+drag

This commit is contained in:
frikky
2022-01-16 18:06:12 +01:00
parent 581f97be80
commit bcae2fc004
2 changed files with 14 additions and 9 deletions
-2
View File
@@ -1712,8 +1712,6 @@ const AppCreator = (defaultprops) => {
) {
if (item["example_response"] === "shuffle_file_download") {
console.log("Download as file: ", item)
data.paths[item.url][item.method.toLowerCase()].responses["default"]["content"]["text/plain"].schema.type = "string"
data.paths[item.url][item.method.toLowerCase()].responses["default"]["content"]["text/plain"].schema.format = "binary"