refactoring
This commit is contained in:
parent
7dcddb9ffa
commit
4620261e6f
@ -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
|
||||
|
||||
@ -17,10 +17,6 @@
|
||||
.dialog-container {
|
||||
width: 869px;
|
||||
max-width: 100%;
|
||||
|
||||
.tb-form-hint.expression-hint {
|
||||
padding-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.script-lang-chip {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user