Fixed cache frontend issues related to editing/viewing
This commit is contained in:
@@ -9267,15 +9267,21 @@ const AngularWorkflow = (defaultprops) => {
|
||||
break
|
||||
}
|
||||
|
||||
|
||||
const execution = workflowExecutions[executionKey]
|
||||
if (execution.execution_argument === undefined || execution.execution_argument === null || execution.execution_argument.length < 2) {
|
||||
continue
|
||||
}
|
||||
|
||||
if (execution.execution_argument.includes("too large ")) {
|
||||
continue
|
||||
}
|
||||
|
||||
if (availableArguments.includes(execution.execution_argument)) {
|
||||
continue
|
||||
}
|
||||
|
||||
|
||||
availableArguments.push(execution.execution_argument)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user