Skip to content

Commit

Permalink
[SpeedDial] Fix invalid prop direction supplied (#12533)
Browse files Browse the repository at this point in the history
During review #12244 the names for directions changed and CI did
not run which introduced errors.
  • Loading branch information
eps1lon authored and oliviertassinari committed Aug 15, 2018
1 parent ddd5189 commit 57e59af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/material-ui-lab/src/SpeedDial/SpeedDial.js
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ SpeedDial.propTypes = {

SpeedDial.defaultProps = {
hidden: false,
direction: 'top',
direction: 'up',
TransitionComponent: Zoom,
transitionDuration: {
enter: duration.enteringScreen,
Expand Down

0 comments on commit 57e59af

Please sign in to comment.