diff --git a/src/showplanner/index.tsx b/src/showplanner/index.tsx index 868ee18..14a389f 100644 --- a/src/showplanner/index.tsx +++ b/src/showplanner/index.tsx @@ -131,7 +131,7 @@ function MicControl() { const state = useSelector((state: RootState) => state.mixer.mic); const [micList, setMicList] = useState([]); const dispatch = useDispatch(); - const [nextMicSource, setNextMicSource] = useState("None") // next mic source + const [nextMicSource, setNextMicSource] = useState("default") // next mic source const [lock, setLock] = useState(false) useEffect(()=>{