-단위테스트(Unit Test) #564 수정

This commit is contained in:
김민식 2025-02-05 17:10:37 +09:00
parent 391a8220dc
commit 1d76b0fb2f

View File

@ -157,6 +157,7 @@ export default function PowerConditionalSelect(props) {
const onChangeMaker = (option) => {
if (option) {
setModels([])
setSelectedModels([])
setSelectedMaker(option)
getPcsMakerList(option).then((res) => {