Skip to content

Commit

Permalink
fix(ui5-progress-indicator): align icon value with VD (#7167)
Browse files Browse the repository at this point in the history
  • Loading branch information
kgogov authored and Todor-ads committed Jun 9, 2023
1 parent ee0dc62 commit 64e22ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/main/src/ProgressIndicator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ class ProgressIndicator extends UI5Element {
"Error": "status-negative",
"Warning": "status-critical",
"Success": "status-positive",
"Information": "hint",
"Information": "information",
};
}

Expand Down

0 comments on commit 64e22ea

Please sign in to comment.