Skip to content

Commit f45cf8d

Browse files
committed
Fix : validate new repository name on owner and repoName change #175
Signed-off-by: bentshrimp <bent_shrimp@kookmin.ac.kr>
1 parent f41bed3 commit f45cf8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/step1/RequiredFieldContainer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ export const RequiredFieldContainer = () => {
125125
}
126126
}, 300);
127127
return () => clearTimeout(debounce);
128-
}, [repoName]);
128+
}, [owner,repoName]);
129129

130130
const [helperText, setHelperText] = useState(" ");
131131

0 commit comments

Comments
 (0)