From 2b9b876b35d6a4c886095d5e98ee51f110840895 Mon Sep 17 00:00:00 2001 From: Andrew Telnov Date: Sun, 29 Dec 2024 13:43:53 +0200 Subject: [PATCH] Fix unit test --- .../survey-creator-core/src/property-grid/condition-survey.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/survey-creator-core/src/property-grid/condition-survey.ts b/packages/survey-creator-core/src/property-grid/condition-survey.ts index a1c1fcc185..e1115986bd 100644 --- a/packages/survey-creator-core/src/property-grid/condition-survey.ts +++ b/packages/survey-creator-core/src/property-grid/condition-survey.ts @@ -999,6 +999,7 @@ export class ConditionEditor extends PropertyEditorSetupValue { panel.getQuestionByName("removeAction").visible = options.value.length !== 1; }); } + this.title = this.isReady ? this.text : editorLocalization.getString("pe.ruleIsNotSet"); } private showTextEditor(expression: string) { this.panel.visible = false;