Skip to content

Commit

Permalink
fix(atoms): replace ref to insideRef in the dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
ej9x committed Oct 4, 2018
1 parent c92c079 commit d4ec501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/atoms/Dropdown/DropdownPlate.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ const DropdownPlate = dropDownEnhancer(

return (
<DropdownContext.Provider value={ contextData }>
<DropdownPlateTag { ...rest } tag="div" ref={ this.setDropdownRef }>
<DropdownPlateTag { ...rest } tag="div" insideRef={ this.setDropdownRef }>
<Manager tag={ false }>
{ children }
</Manager>
Expand Down

0 comments on commit d4ec501

Please sign in to comment.