diff --git a/front-end/components/tasks/steps/step5-allocation.tsx b/front-end/components/tasks/steps/step5-allocation.tsx index 41b830a..c96682a 100644 --- a/front-end/components/tasks/steps/step5-allocation.tsx +++ b/front-end/components/tasks/steps/step5-allocation.tsx @@ -18,7 +18,7 @@ interface Step5AllocationProps { export function Step5Allocation({ state, updateState }: Step5AllocationProps) { const [createGitHubIssues, setCreateGitHubIssues] = useState(true) - const [repository, setRepository] = useState("example/repo") + const [repository, setRepository] = useState("") const [projectBoard, setProjectBoard] = useState("") const [sendNotifications, setSendNotifications] = useState(true) @@ -145,7 +145,7 @@ export function Step5Allocation({ state, updateState }: Step5AllocationProps) { setRepository(e.target.value)} />