Skip to content

Commit 1416d42

Browse files
authored
fix(ui5-wizard): make playground sample fully usable (#4457)
1 parent ac5ac2d commit 1416d42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/fiori/test/samples/Wizard.sample.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ <h3>Wizard</h3>
164164
toStep3.removeAttribute("hidden");
165165
});
166166

167-
sb.addEventListener("step-change", function () {
167+
sb.addEventListener("selection-change", function () {
168168
toStep4.removeAttribute("hidden");
169169
});
170170

0 commit comments

Comments
 (0)