Skip to content

Commit

Permalink
fix(flow-item): fix TS error caused by FlowItemLike type (#10802)
Browse files Browse the repository at this point in the history
**Related Issue:** #10801

## Summary

Restores internal prop that was unintentionally made private by #10482.
  • Loading branch information
jcfranco authored Nov 20, 2024
1 parent 5ad6784 commit 22c46c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ export class FlowItem extends LitElement implements InteractiveComponent, Loadab
/**
* When `true`, displays a back button in the component's header.
*
* @private
* @internal
*/
@property() showBackButton = false;

Expand Down

0 comments on commit 22c46c7

Please sign in to comment.