Skip to content

Commit

Permalink
fix(#2748): Add mat icon module to pipeline module (#2749)
Browse files Browse the repository at this point in the history
  • Loading branch information
tenthe authored and bossenti committed Apr 19, 2024
1 parent 4927086 commit f0c5a5d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/src/app/pipelines/pipelines.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ import { SpFunctionsLogsComponent } from './components/functions-overview/functi
import { MatTooltipModule } from '@angular/material/tooltip';
import { MatDividerModule } from '@angular/material/divider';
import { MatCheckboxModule } from '@angular/material/checkbox';
import { MatIconModule } from '@angular/material/icon';

@NgModule({
imports: [
Expand All @@ -66,6 +67,7 @@ import { MatCheckboxModule } from '@angular/material/checkbox';
MatTableModule,
MatTooltipModule,
MatDividerModule,
MatIconModule,
CoreUiModule,
PlatformServicesModule,
EditorModule,
Expand Down

0 comments on commit f0c5a5d

Please sign in to comment.