We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2fdee8 commit a567752Copy full SHA for a567752
src-ts/tools/work/work-self-service/intake-forms/review/Review.tsx
@@ -32,7 +32,7 @@ interface FormFieldValues {
32
33
const Review: React.FC = () => {
34
const workId: string | undefined = useParams().workId
35
- const redirectUrl: string = WorkIntakeFormRoutes[WorkType.bugHunt]['basicInfo']
+ const redirectUrl: string = `${WorkIntakeFormRoutes[WorkType.bugHunt]['basicInfo']}/${workId}`
36
37
const [formData, setFormData]: [any, Dispatch<any>] = useState({})
38
0 commit comments