Skip to content

Commit 14a5846

Browse files
committed
fix weird test error
1 parent 82bc752 commit 14a5846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ra-ui-materialui/src/list/datatable/ColumnsSelector.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { Box, InputAdornment } from '@mui/material';
1212
import SearchIcon from '@mui/icons-material/Search';
1313

1414
import { Button } from '../../button';
15-
import { ResettableTextField } from '../../input';
15+
import { ResettableTextField } from '../../input/ResettableTextField';
1616

1717
/**
1818
* Render DataTable.Col elements in the ColumnsButton selector using a React Portal.

0 commit comments

Comments
 (0)