restore file

pull/5370/head
Your Name 4 months ago
parent 23617b14a3
commit 8442f6796f
  1. 1
      apps/learneth/src/pages/StepDetail/index.tsx

@ -12,6 +12,7 @@ function StepDetailPage() {
const location = useLocation()
const dispatch = useAppDispatch()
const [clonedStep, setClonedStep] = React.useState(null)
const queryParams = new URLSearchParams(location.search)
const id = queryParams.get('id') as string
const stepId = Number(queryParams.get('stepId'))

Loading…
Cancel
Save