We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc0f888 commit 463e678Copy full SHA for 463e678
src/components/pages/Compare.jsx
@@ -427,7 +427,7 @@ class Compare extends Component {
427
return (
428
<Grid>
429
<Search.FeatureSearchGroup
430
- feature='all'
+ filter='all'
431
identifier='compare-page'
432
/>
433
<Grid.Row columns={3} stretched className='viewerRow'>
src/components/pages/Regulon.jsx
@@ -50,7 +50,7 @@ export default class Regulon extends Component {
50
51
<Grid className='flexDisplay'>
52
53
- feature='regulon'
+ filter='regulon'
54
identifier='regulon-page'
55
56
<Grid.Row columns='4' centered>
0 commit comments