Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

Commit

Permalink
#411 ability to style single filter widget
Browse files Browse the repository at this point in the history
  • Loading branch information
damianprzygodzki committed Apr 21, 2017
1 parent 28cce0a commit 276b155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/filters/FiltersItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ class FiltersItem extends Component {
widgetType={item.widgetType}
fields={[item]}
windowType={windowType}
type={filter.type}
type={item.type}
widgetData={[item]}
key={index}
id={index}
Expand Down

0 comments on commit 276b155

Please sign in to comment.