Skip to content

Commit 8bef369

Browse files
committed
[SpeedDial] fix invalid prop direction supplied to SpeedDial
During review mui#12244 the names for directions changed and CI did not run which introduced errors.
1 parent ddd5189 commit 8bef369

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/material-ui-lab/src/SpeedDial/SpeedDial.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ SpeedDial.propTypes = {
303303

304304
SpeedDial.defaultProps = {
305305
hidden: false,
306-
direction: 'top',
306+
direction: 'up',
307307
TransitionComponent: Zoom,
308308
transitionDuration: {
309309
enter: duration.enteringScreen,

0 commit comments

Comments
 (0)