Skip to content

Commit

Permalink
fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel7373 committed Jan 23, 2025
1 parent fc5fc2e commit ec9970b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export class ObjectiveMenuActionsService {
}

private getReleaseAction(objective: ObjectiveMin): ObjectiveMenuEntry {
return objective.quarter.isBacklogQuarter
return !objective.quarter.isBacklogQuarter
? this.actions.releaseFromBacklogAction(objective)
: this.actions.releaseFromQuarterAction();
}
Expand Down

0 comments on commit ec9970b

Please sign in to comment.