RED-9578: move custom component above the question.

This commit is contained in:
Nicoleta Panaghiu 2024-09-25 13:41:37 +03:00
parent 3724a6c0b6
commit 835cb7820e

View File

@ -11,15 +11,15 @@
}
<div class="dialog-content">
@if (config.component) {
<ng-container #detailsComponent></ng-container>
}
<p [class.heading]="isDeleteAction" [innerHTML]="config.question" class="mt-0 mb-8"></p>
@if (config.details) {
<p [innerHTML]="config.details" class="mt-0"></p>
}
@if (config.component) {
<ng-container #detailsComponent></ng-container>
}
@if (config.requireInput) {
<div class="iqser-input-group required w-300 mt-24">
<label>{{ inputLabel }}</label>