Skip to content

Commit

Permalink
Merge pull request #267 from sudhanshutech/fix/input
Browse files Browse the repository at this point in the history
fix(components): Fix `InputLabel` import path
  • Loading branch information
nebula-aac authored Nov 9, 2023
2 parents 6ad8a7d + 7e7fa3a commit d4bc820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/custom/Toolbar/custom-filter.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import { FilterIcon } from '@layer5/sistent-svg';
import InputLabel from '@mui/material/InputLabel';
import { SelectChangeEvent } from '@mui/material/Select';
import React from 'react';
import { Button, IconButton } from '../../base/Button';
import { ClickAwayListener } from '../../base/ClickAwayListener';
import { InputLabel } from '../../base/InputLabel';
import { MenuItem } from '../../base/Menu';
import { Paper } from '../../base/Paper';
import { Popper } from '../../base/Popper';
Expand Down

0 comments on commit d4bc820

Please sign in to comment.