Merge branch 'RED-9443' into 'master'
RED-9443: fixed add hint dialog type select. See merge request redactmanager/red-ui!474
This commit is contained in:
commit
c8bc0e7328
@ -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<AddHintDialogComponent, AddHintData, AddHintResult> implements OnInit {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user