Skip to content

Commit

Permalink
Change properties order (displayStyle vs currency) in expression ques…
Browse files Browse the repository at this point in the history
…tion (#5105)
  • Loading branch information
andrewtelnov authored Jan 22, 2024
1 parent 9b6f7e4 commit f90f445
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -338,8 +338,8 @@ export class SurveyQuestionEditorDefinition {
expression: {
properties: [
"expression",
"currency",
"displayStyle",
"currency",
"format",
"maximumFractionDigits",
"minimumFractionDigits",
Expand Down

0 comments on commit f90f445

Please sign in to comment.