diff --git a/packages/rescript-mui-material/src/components/Fab.res b/packages/rescript-mui-material/src/components/Fab.res index 0b452273..097aac9f 100644 --- a/packages/rescript-mui-material/src/components/Fab.res +++ b/packages/rescript-mui-material/src/components/Fab.res @@ -47,7 +47,7 @@ type variant = | String(string) type props = { - ...ButtonBase.publicProps, + ...ButtonBase.publicPropsWithOnClick, /** * Override or extend the styles applied to the component. */