fix: remove input from getStepWithTestExecutions queries
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
af027b7e20
commit
fec55d698a
@@ -60,10 +60,8 @@ export default function FlowStep(props: FlowStepProps): React.ReactElement | nul
|
|||||||
if (!stepWithTestExecutionsCalled && !collapsed && !isTrigger) {
|
if (!stepWithTestExecutionsCalled && !collapsed && !isTrigger) {
|
||||||
getStepWithTestExecutions({
|
getStepWithTestExecutions({
|
||||||
variables: {
|
variables: {
|
||||||
input: {
|
|
||||||
stepId: step.id,
|
stepId: step.id,
|
||||||
},
|
},
|
||||||
},
|
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}, [collapsed, stepWithTestExecutionsCalled, getStepWithTestExecutions, step.id, isTrigger]);
|
}, [collapsed, stepWithTestExecutionsCalled, getStepWithTestExecutions, step.id, isTrigger]);
|
||||||
|
Reference in New Issue
Block a user