Skip to content
Snippets Groups Projects
Commit 4e3a5f60 authored by 한동현's avatar 한동현
Browse files

fix: 라우팅 수정 페이지 인증서 정보 로딩 오류 해결

parent 5ebd3364
No related branches found
No related tags found
No related merge requests found
......@@ -282,7 +282,10 @@ export default function RoutingEdit() {
name="certificateId"
render={({ field }) => (
<FormItem>
<Select onValueChange={field.onChange}>
<Select
onValueChange={field.onChange}
defaultValue={initData.current?.certificateId?.toString()}
>
<FormControl>
<SelectTrigger className="w-full">
<SelectValue placeholder="SSL 인증서 선택" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment