Skip to content

Commit

Permalink
Remove unused import, fix URL in ItemTableFilter story
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 committed Apr 16, 2021
1 parent 590c91b commit fc3d52b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/ItemTableFilter/ItemTableFilter.stories.mdx
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
import { Meta, Story, Canvas, ArgsTable } from '@storybook/addon-docs/blocks';
import ItemTableFilter from "./ItemTableFilter";
import { Box } from '@material-ui/core';

<Meta
title="Components/ItemTableFilter"
component={ItemTableFilter}
/>

A labeled search field used as the column headers for [ItemTable](http://localhost:6006/?path=/docs/components-itemtable). Based on a [destructured MUI input](https://material-ui.com/components/text-fields/#components).
A labeled search field used as the column headers for [ItemTable](/?path=/docs/components-itemtable). Based on a [destructured MUI input](https://material-ui.com/components/text-fields/#components).

<Canvas>
<Story
Expand Down

0 comments on commit fc3d52b

Please sign in to comment.