Skip to content

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtelnov committed Dec 29, 2024
1 parent 72b9a80 commit 2b9b876
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2b9b876

Please sign in to comment.