Commit 8acd2dec authored by Jiwon Yoon's avatar Jiwon Yoon
Browse files

질문타입 select disabled 적용

parent 3052a1ed
......@@ -162,6 +162,7 @@ export const Question = ({
id={element._id}
name="type"
onChange={handleSelect}
disabled={save}
className="w-36 bg-gray-50 border border-gray-300 text-gray-900 text-sm rounded-lg focus:ring-themeColor w-full mr-3 p-2.5"
>
{Array.from(typeDropDown.entries()).map(([key, value]) => (
......
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