refactoring

This commit is contained in:
mpetrov 2025-02-28 15:27:22 +02:00
parent 7dcddb9ffa
commit 4620261e6f
2 changed files with 2 additions and 7 deletions

View File

@ -89,11 +89,10 @@
{{ 'calculated-fields.hint.expression-max-length' | translate }}
}
</mat-error>
} @else {
<mat-hint>{{ 'calculated-fields.hint.expression' | translate }}</mat-hint>
}
</mat-form-field>
@if (!configFormGroup.get('expressionSIMPLE').errors || !configFormGroup.get('expressionSIMPLE').touched) {
<span class="tb-form-hint expression-hint">{{ 'calculated-fields.hint.expression' | translate }}</span>
}
} @else {
<tb-js-func
required

View File

@ -17,10 +17,6 @@
.dialog-container {
width: 869px;
max-width: 100%;
.tb-form-hint.expression-hint {
padding-bottom: 0;
}
}
.script-lang-chip {