feat: add PowerInput component
This commit is contained in:

committed by
Ömer Faruk Aydın

parent
c864a1062d
commit
d06f21c927
@@ -20,7 +20,7 @@ const getStepWithTestExecutionsResolver = async (
|
||||
.withGraphJoined('executionSteps')
|
||||
.select('steps.*', 'executionSteps.data_out as output')
|
||||
.where('flow_id', '=', step.flowId)
|
||||
.andWhere('position', '<=', step.position)
|
||||
.andWhere('position', '<', step.position)
|
||||
.distinctOn('executionSteps.step_id')
|
||||
.orderBy([
|
||||
'executionSteps.step_id',
|
||||
|
Reference in New Issue
Block a user