Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/flatlogic/react-material-admin
/ handleBack
Function
handleBack
src/pages/carousel/Carousel.js:100–102 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
98
};
99
100
const
handleBack = () => {
101
setActiveStep((prevActiveStep) => prevActiveStep - 1);
102
};
103
104
return
(
105
<Grid container spacing={3}>
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected