Skip to content

Commit

Permalink
fix: filter executions by version and name
Browse files Browse the repository at this point in the history
Signed-off-by: Carina Ursu <[email protected]>
  • Loading branch information
ursucarina committed May 15, 2023
1 parent 22ed97f commit bef42a7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/console/src/components/Entities/generators.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ export const executionFilterGenerator: {
operation: FilterOperationName.EQ,
value: version,
},
{
key: 'workflow.name',
operation: FilterOperationName.EQ,
value: name,
},
]
: [
{
Expand Down

0 comments on commit bef42a7

Please sign in to comment.