Skip to content

Commit

Permalink
[ACS-7600] fix imports in dropdown widget
Browse files Browse the repository at this point in the history
  • Loading branch information
tamaragruszka authored and DaryaBalvanovich committed Aug 13, 2024
1 parent ddd508b commit 6d6ef29
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ import { FormService, FormFieldOption, WidgetComponent, ErrorWidgetComponent } f
import { ProcessDefinitionService } from '../../services/process-definition.service';
import { TaskFormService } from '../../services/task-form.service';
import { CommonModule } from '@angular/common';
import { TranslateModule } from '@ngx-translate/core';
import { Component, inject, OnDestroy, OnInit, ViewEncapsulation } from '@angular/core';
import { AbstractControl, FormControl, ReactiveFormsModule, ValidationErrors, ValidatorFn } from '@angular/forms';
import { MatFormFieldModule } from '@angular/material/form-field';
import { MatSelectModule } from '@angular/material/select';
import { FormsModule } from '@angular/forms';
Expand Down

0 comments on commit 6d6ef29

Please sign in to comment.