Commit 9f2502d8 authored by jang dong hyeok's avatar jang dong hyeok
Browse files

typeDD

parent 7035f39e
...@@ -18,9 +18,9 @@ export function TypeChange({ tt }: typeChangeProps) { ...@@ -18,9 +18,9 @@ export function TypeChange({ tt }: typeChangeProps) {
["grid", "그리드"], ["grid", "그리드"],
["date", "날짜"], ["date", "날짜"],
]); ]);
function changeDD(e: ChangeEvent<HTMLSelectElement>) { function changeDD(e: React.ChangeEvent<HTMLSelectElement>) {
const tt = e.target.value; const tt = e.target.value;
questionTypeChange(e); // questionTypeChange(e);
console.log(tt); console.log(tt);
//if문으로 type별로 content 바뀌게 해보기 //if문으로 type별로 content 바뀌게 해보기
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment