diff --git a/frontend/app/features/content/shared/due-time-selector.component.html b/frontend/app/features/content/shared/due-time-selector.component.html index 707a55fcc..c23ab328c 100644 --- a/frontend/app/features/content/shared/due-time-selector.component.html +++ b/frontend/app/features/content/shared/due-time-selector.component.html @@ -23,7 +23,7 @@ - diff --git a/frontend/app/features/content/shared/list/content-value-editor.component.html b/frontend/app/features/content/shared/list/content-value-editor.component.html index 7492b1971..4120d52ea 100644 --- a/frontend/app/features/content/shared/list/content-value-editor.component.html +++ b/frontend/app/features/content/shared/list/content-value-editor.component.html @@ -38,9 +38,9 @@ -
- - +
+ +
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 @@ -