#204: Fixed file upload return failure handling for generated apps

This commit is contained in:
frikky
2021-01-21 15:15:29 +01:00
parent 2947e1d57e
commit 08f2d14319
4 changed files with 13 additions and 6 deletions
+1 -1
View File
@@ -6407,7 +6407,7 @@ const AngularWorkflow = (props) => {
}
return (
<Tooltip title={data.result} placement="left-start">
<Tooltip key={data.execution_id} title={data.result} placement="left-start">
<Paper elevation={5} key={data.execution_id} square style={executionPaperStyle} onMouseOver={() => {}} onMouseOut={() => {}} onClick={() => {
if (data.result === undefined || data.result === null || data.result.length === 0) {