Fromatted Value => Formatted Value (#1038)

This commit is contained in:
Peperoncino
2019-08-03 15:49:54 +08:00
committed by Allen
parent 0c2863d63c
commit c53d2612d4
+1 -1
View File
@@ -443,7 +443,7 @@ storiesOf('Table Search', module)
.add('Default Search Table', () => <DefaultSearch />)
.add('Default Custom Search', () => <DefaultCustomSearch />)
.add('Fully Custom Search', () => <FullyCustomSearch />)
.add('Search Fromatted Value', () => <SearchFormattedData />)
.add('Search Formatted Value', () => <SearchFormattedData />)
.add('Custom Search Value', () => <CustomSearchValue />);
storiesOf('Column Toggle', module)