Skip to content

Commit 04a3533

Browse files
Survey Creator: Move "Validation message" closer to "Notification type" (#10670)
1 parent 6b0a4e1 commit 04a3533

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/survey-core/src/validator.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ export class ExpressionValidator extends SurveyValidator {
526526
}
527527

528528
Serializer.addClass("surveyvalidator", [
529-
{ name: "text", serializationProperty: "locText" },
529+
{ name: "text", serializationProperty: "locText", visibleIndex: 99 },
530530
{ name: "notificationType", choices: ["error", "warning", "info"], default: "error", visible: true, category: "general", visibleIndex: 100 }
531531
]);
532532
Serializer.addClass(

0 commit comments

Comments
 (0)