Skip to content

Commit

Permalink
MauroDataMappergh-662 Fix eslint failures
Browse files Browse the repository at this point in the history
  • Loading branch information
GBishop-PHSA committed Oct 7, 2022
1 parent 0a6b4d3 commit e9ab3d4
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import { StateHandlerService } from '@mdm/services/handlers/state-handler.servic
import { MdmResourcesService } from '@mdm/modules/resources';
import { merge, Observable } from 'rxjs';
import { catchError, map, startWith, switchMap } from 'rxjs/operators';
import { MatSort, Sort } from '@angular/material/sort';
import { MatSort } from '@angular/material/sort';
import { MatTable } from '@angular/material/table';
import { MdmPaginatorComponent } from '../mdm-paginator/mdm-paginator';
import { MatDialog } from '@angular/material/dialog';
Expand Down Expand Up @@ -320,6 +320,4 @@ export class DataElementsListComponent implements AfterViewInit {
}
});
}

isUnorderedDataSource
}

0 comments on commit e9ab3d4

Please sign in to comment.