-
-
+
+
+
diff --git a/frontend/app/features/content/shared/list/content-value-editor.component.ts b/frontend/app/features/content/shared/list/content-value-editor.component.ts
index 725ec897b..566df9c9f 100644
--- a/frontend/app/features/content/shared/list/content-value-editor.component.ts
+++ b/frontend/app/features/content/shared/list/content-value-editor.component.ts
@@ -7,7 +7,7 @@
import { ChangeDetectionStrategy, Component, Input } from '@angular/core';
import { FormGroup } from '@angular/forms';
-import { FieldDto } from '@app/shared';
+import { FieldDto, MathHelper } from '@app/shared';
@Component({
selector: 'sqx-content-value-editor',
@@ -21,4 +21,6 @@ export class ContentValueEditorComponent {
@Input()
public form: FormGroup;
+
+ public uniqueId = MathHelper.guid();
}
\ No newline at end of file
diff --git a/frontend/app/features/content/shared/references/content-selector.component.html b/frontend/app/features/content/shared/references/content-selector.component.html
index e281ceea2..594fe0851 100644
--- a/frontend/app/features/content/shared/references/content-selector.component.html
+++ b/frontend/app/features/content/shared/references/content-selector.component.html
@@ -85,7 +85,7 @@
-