-
Notifications
You must be signed in to change notification settings - Fork 214
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Presentation: Fix enum values formatting (#7345)
Co-authored-by: Grigas <35135765+grigasp@users.noreply.github.com> (cherry picked from commit 7749869)
- Loading branch information
1 parent
ba8f252
commit a27c2fb
Showing
3 changed files
with
339 additions
and
70 deletions.
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
common/changes/@itwin/presentation-common/mast-enum-formating-fix_2024-11-12-10-54.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@itwin/presentation-common", | ||
"comment": "Fixed enum property values formatting issue, where raw value was used instead of enum's display value.", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@itwin/presentation-common" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.