Skip to content

Commit

Permalink
fix: build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Dafnik committed Nov 20, 2023
1 parent 2094171 commit 78a9f4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/dfx-bootstrap-table/src/lib/table/data-source.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@

import { _isNumberValue } from '@angular/cdk/coercion';
import { DataSource } from '@angular/cdk/table';
import {BehaviorSubject, combineLatest, merge, Observable, of, Subject, Subscription, tap} from 'rxjs';
import {BehaviorSubject, combineLatest, merge, Observable, of, Subject, Subscription} from 'rxjs';
import { map } from 'rxjs/operators';
import { NgbSort, Sort } from '../sort/sort';
import {NgbPaginator, PageEvent} from 'dfx-bootstrap-table';
import {NgbPaginator, PageEvent} from '../paginator/paginator.component';

/**
* Corresponds to `Number.MAX_SAFE_INTEGER`. Moved out into a variable here due to
Expand Down

0 comments on commit 78a9f4c

Please sign in to comment.