Quellcode durchsuchen

fix: workflow as tool always outdated (#8798)

tags/0.9.0
非法操作 vor 1 Jahr
Ursprung
Commit
6df14e50b2
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1
    1
      web/app/components/tools/workflow-tool/configure-button.tsx

+ 1
- 1
web/app/components/tools/workflow-tool/configure-button.tsx Datei anzeigen

@@ -65,7 +65,7 @@ const WorkflowToolConfigureButton = ({
else {
if (item.type === 'paragraph' && param.type !== 'string')
return true
if (param.type !== item.type && !(param.type === 'string' && item.type === 'paragraph'))
if (item.type === 'text-input' && param.type !== 'string')
return true
}
}

Laden…
Abbrechen
Speichern