Skip to content

Commit

Permalink
fix(core/workflow-step): load icon names before component is initiali…
Browse files Browse the repository at this point in the history
…zed (#1297)
  • Loading branch information
danielleroux authored May 24, 2024
1 parent 04b79ce commit 7f31b94
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/kind-maps-approve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@siemens/ix': patch
---

fix(core/workflow-step): load icon names before component is initialized
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export class WorkflowStep {
}
}

componentDidLoad() {
componentWillLoad() {
this.watchPropHandler();
this.selectedHandler();

Expand Down

0 comments on commit 7f31b94

Please sign in to comment.