This commit is contained in:
lb
2023-12-14 11:24:03 +08:00
parent 68065b612a
commit e4a2af8458
24 changed files with 130 additions and 119 deletions

View File

@@ -48,7 +48,6 @@ function WindFrequence(props) {
const currentTempList = useSelector((state) => state.annealTemperature?.data);
function handleSourceChange(line) {
console.log("line changed", line);
setDataSource(line);
}