From 91a7081bb3ff94d7b0ec83cdee61dba576581479 Mon Sep 17 00:00:00 2001 From: Kevin Buhmann Date: Tue, 4 Feb 2025 23:42:00 -0600 Subject: [PATCH] fix(wizard): add missing `role` for step status icon (#1687) CDE-2561, VPAT-28110 --- projects/angular/src/wizard/wizard-stepnav-item.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/angular/src/wizard/wizard-stepnav-item.ts b/projects/angular/src/wizard/wizard-stepnav-item.ts index 2045fdec51..4bd219e56d 100644 --- a/projects/angular/src/wizard/wizard-stepnav-item.ts +++ b/projects/angular/src/wizard/wizard-stepnav-item.ts @@ -25,11 +25,13 @@ import { ClrWizardPage } from './wizard-page';