Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
urmikgov committed Mar 8, 2024
1 parent 83772fa commit 316a933
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { ToastService } from '../../../services/toast/toast.service';
import { MOBILE_BREAKPOINT } from '../../../shared/utils/breakpoints';
import { FileTypeFilterDropDownComponent } from './file-type-filter-drop-down/file-type-filter-drop-down.component';
import { TableChange } from './search.interface';
import { scrollToElement } from 'src/app/shared/utils/scroll-helper';
import { scrollToElement } from '../../../shared/utils/scroll-helper';

const STATUS_MAP = {
'Received by ALC': 'RECA',
Expand Down

0 comments on commit 316a933

Please sign in to comment.