Skip to content

Commit

Permalink
fix: ps - remove required for executionPhase and flowPhase
Browse files Browse the repository at this point in the history
As it's more either/or that's requiredAs it's more either/or that's requiredAs it's more either/or that's requiredAs it's more either/or that's requiredAs it's more either/or that's required As it's more either/or that's required
  • Loading branch information
ThibaudAV committed Oct 18, 2024
1 parent fad9ecd commit 2c6923c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -84,15 +84,15 @@ export class GioPolicyGroupStudioComponent implements OnChanges {
* Execution phase targeted by the Policy Group Studio
* @deprecated Use `flowPhase` instead. To keep as long as we support APIM < 4.6
*/
@Input({ required: true })
@Input()
public set executionPhase(value: ExecutionPhase) {
this.flowPhase = fromExecutionPhase(value);
}

/**
* Execution phase targeted by the Policy Group Studio
*/
@Input({ required: true })
@Input()
public flowPhase!: FlowPhase;

/**
Expand Down

0 comments on commit 2c6923c

Please sign in to comment.