Skip to content

Commit

Permalink
feat(workflow): Move story to other workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Xaviju committed Oct 9, 2023
1 parent e8f139a commit fc185cc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export class StoryDetailWorkflowComponent implements OnChanges {
public canEdit = false;

@ViewChild(TuiHostedDropdownComponent)
component?: TuiHostedDropdownComponent;
public component?: TuiHostedDropdownComponent;

@Output()
public toWorkflow = new EventEmitter<Workflow>();
Expand Down

0 comments on commit fc185cc

Please sign in to comment.