Procházet zdrojové kódy

fix: workflow as tool always outdated (#8798)

tags/0.9.0
非法操作 před 1 rokem
rodič
revize
6df14e50b2
Žádný účet není propojen s e-mailovou adresou tvůrce revize

+ 1
- 1
web/app/components/tools/workflow-tool/configure-button.tsx Zobrazit soubor

@@ -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
}
}

Načítá se…
Zrušit
Uložit