Skip to content

Commit

Permalink
fix broken component
Browse files Browse the repository at this point in the history
Signed-off-by: ruiyi.jiang <[email protected]>
  • Loading branch information
shanghaikid committed Jul 26, 2023
1 parent de66675 commit fa38dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/pages/dialogs/insert/Import.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import CustomSelector from '@/components/customSelector/CustomSelector';
import { InsertImportProps } from './Types';
import Uploader from '@/components/uploader/Uploader';
import { INSERT_CSV_SAMPLE, INSERT_MAX_SIZE } from '../../../consts/Insert';
import { parseByte } from '../@/utils/Format';
import { parseByte } from '@/utils/Format';

const getStyles = makeStyles((theme: Theme) => ({
tip: {
Expand Down

0 comments on commit fa38dc3

Please sign in to comment.