From 00dfb87c1712d1cc4b87bfbd6af4fe823cc4c593 Mon Sep 17 00:00:00 2001 From: Nicoleta Panaghiu Date: Tue, 25 Jun 2024 11:16:42 +0300 Subject: [PATCH] RED-9443: fixed add hint dialog type select. --- .../dialogs/add-hint-dialog/add-hint-dialog.component.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/apps/red-ui/src/app/modules/file-preview/dialogs/add-hint-dialog/add-hint-dialog.component.ts b/apps/red-ui/src/app/modules/file-preview/dialogs/add-hint-dialog/add-hint-dialog.component.ts index 07234fb4c..57065e3c2 100644 --- a/apps/red-ui/src/app/modules/file-preview/dialogs/add-hint-dialog/add-hint-dialog.component.ts +++ b/apps/red-ui/src/app/modules/file-preview/dialogs/add-hint-dialog/add-hint-dialog.component.ts @@ -1,4 +1,4 @@ -import { NgIf } from '@angular/common'; +import { NgForOf, NgIf } from '@angular/common'; import { Component, OnInit } from '@angular/core'; import { takeUntilDestroyed } from '@angular/core/rxjs-interop'; import { FormBuilder, ReactiveFormsModule, UntypedFormGroup } from '@angular/forms'; @@ -48,6 +48,7 @@ import { AddHintData, AddHintResult, RedactOrHintOption, RedactOrHintOptions } f TranslateModule, CircleButtonComponent, MatDialogClose, + NgForOf, ], }) export class AddHintDialogComponent extends IqserDialogComponent implements OnInit {