We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c2bf98 commit f1edd49Copy full SHA for f1edd49
desktop/src/app/components/configuration/add/field/field-preview.component.ts
@@ -37,6 +37,8 @@ export class FieldPreviewComponent implements OnChanges {
37
38
private updateLabelAndDescription() {
39
40
+ if (!this.field) return;
41
+
42
const { label, description } = this.labels.getLabelAndDescription(this.field);
43
this.label = label;
44
this.description = description;
0 commit comments