Skip to content

Commit

Permalink
fixed issue due to which tooltip on description not working (#1739)
Browse files Browse the repository at this point in the history
Co-authored-by: danoswaltCL <[email protected]>
  • Loading branch information
Yagnik56 and danoswaltCL authored Jul 9, 2024
1 parent 7f59375 commit 3c746a2
Showing 1 changed file with 4 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,12 @@ import {
FeatureFlag,
} from '../../../../../../../../core/feature-flags/store/feature-flags.model';
import { MatTableDataSource, MatTableModule } from '@angular/material/table';
import { AsyncPipe, NgIf, NgFor, UpperCasePipe, DatePipe, CommonModule } from '@angular/common';
import { MatTooltipModule } from '@angular/material/tooltip';
import { TranslateModule } from '@ngx-translate/core';
import { MatChipsModule } from '@angular/material/chips';
import { AsyncPipe, NgIf, NgFor, UpperCasePipe } from '@angular/common';
import { RouterModule } from '@angular/router';
import { MatSort, MatSortModule } from '@angular/material/sort';
import { MatSort } from '@angular/material/sort';
import { CommonStatusIndicatorChipComponent } from '../../../../../../../../shared-standalone-component-lib/components';
import { FeatureFlagsService } from '../../../../../../../../core/feature-flags/feature-flags.service';
import { SharedModule } from '../../../../../../../../shared/shared.module';

@Component({
selector: 'app-feature-flag-root-section-card-table',
Expand All @@ -24,14 +22,9 @@ import { FeatureFlagsService } from '../../../../../../../../core/feature-flags/
AsyncPipe,
NgIf,
NgFor,
MatSortModule,
MatTooltipModule,
CommonModule,
TranslateModule,
SharedModule,
UpperCasePipe,
MatChipsModule,
RouterModule,
DatePipe,
CommonStatusIndicatorChipComponent,
],
templateUrl: './feature-flag-root-section-card-table.component.html',
Expand Down

0 comments on commit 3c746a2

Please sign in to comment.