Skip to content

Commit

Permalink
Reverted back DatagridHeaderCell an FilterForm.
Browse files Browse the repository at this point in the history
  • Loading branch information
asvarcas committed Jan 7, 2020
1 parent fee8b18 commit 1334059
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/ra-ui-materialui/src/list/DatagridHeaderCell.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const useStyles = makeStyles(
{ name: 'RaDatagridHeaderCell' }
);

const DatagridHeaderCell = ({
export const DatagridHeaderCell = ({
className,
classes: classesOverride,
field,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import expect from 'expect';
import React from 'react';
import { render, cleanup } from '@testing-library/react';

import DatagridHeaderCell from './DatagridHeaderCell';
import { DatagridHeaderCell } from './DatagridHeaderCell';

describe('<DatagridHeaderCell />', () => {
afterEach(cleanup);
Expand Down
2 changes: 1 addition & 1 deletion packages/ra-ui-materialui/src/list/FilterForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const sanitizeRestProps = ({
...props
}) => props;

const FilterForm = ({
export const FilterForm = ({
classes = {},
className,
resource,
Expand Down

0 comments on commit 1334059

Please sign in to comment.