Skip to content

Commit

Permalink
NAS-131706: Fix pull-image-form button
Browse files Browse the repository at this point in the history
  • Loading branch information
RehanY147 committed Oct 15, 2024
1 parent 162c4b0 commit d15dc97
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { ChangeDetectionStrategy, ChangeDetectorRef, Component } from '@angular/core';
import { FormBuilder, ReactiveFormsModule, Validators } from '@angular/forms';
import { MatButton } from '@angular/material/button';
import { MatCard, MatCardContent } from '@angular/material/card';
import { UntilDestroy, untilDestroyed } from '@ngneat/until-destroy';
import { TranslateModule, TranslateService } from '@ngx-translate/core';
Expand Down Expand Up @@ -31,6 +32,7 @@ import { WebSocketService } from 'app/services/ws.service';
IxModalHeaderComponent,
MatCard,
MatCardContent,
MatButton,
IxFieldsetComponent,
IxInputComponent,
FormActionsComponent,
Expand Down

0 comments on commit d15dc97

Please sign in to comment.