|
@@ -7,7 +7,7 @@ function PsrControl(props) {
|
|
|
const { sheetRef } = props;
|
|
|
const [value1, setValue1] = useState(0.15);
|
|
|
const [value2, setValue2] = useState(0.25);
|
|
|
- const [value3, setValue3] = useState(14096800);
|
|
|
+ const [value3, setValue3] = useState();
|
|
|
const [loading, setLoading] = useState(false);
|
|
|
|
|
|
const changeProjectType = type => {
|