session variable: net_id

This commit is contained in:
Sunrise
2023-04-29 23:04:58 -04:00
parent 0fdf3e6bed
commit 55a0634be6

View File

@@ -79,6 +79,8 @@ const [goalInput, setGoalInput] = useReducer(
}
);
const net_id = ReactSession.get("net_id");
const handleSubmit = evt => {
let data = {goalInput}