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;