File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import {
1313 ValidateNested ,
1414} from 'class-validator' ;
1515import { Type } from 'class-transformer' ;
16- import { ColumnTypesEnum /*, Defaults */ } from '@impler/shared' ;
16+ import { ColumnTypesEnum } from '@impler/shared' ;
1717import { IsValidRegex } from '@shared/framework/is-valid-regex.validator' ;
1818import { ValidationDto } from 'app/column/dtos/column-request.dto' ;
1919
Original file line number Diff line number Diff line change 11import { useMutation } from '@tanstack/react-query' ;
22
3- // import { notifier } from '@util';
3+ import { notifier } from '@util' ;
44import { IUpload } from '@impler/client' ;
55import { logAmplitudeEvent } from '@amplitude' ;
66import { IErrorObject } from '@impler/shared' ;
77import { useAppState } from '@store/app.context' ;
88import { useAPIState } from '@store/api.context' ;
9- import { notifier } from '@util' ;
109
1110interface IUseCompleteImportProps {
1211 onNext ?: ( uploadInfo : IUpload , importedData : Record < string , any > [ ] ) => void ;
You can’t perform that action at this time.
0 commit comments