Start logger when starting survey
This commit is contained in:
parent
65fcf8e4ab
commit
146b018ad1
1 changed files with 1 additions and 0 deletions
|
@ -63,6 +63,7 @@ export default function Study() {
|
||||||
console.log("isStepStar", isStepStart);
|
console.log("isStepStar", isStepStart);
|
||||||
setIsStepNormal(true);
|
setIsStepNormal(true);
|
||||||
console.log("isStepNormal", isStepNormal);
|
console.log("isStepNormal", isStepNormal);
|
||||||
|
handleLoggerOn();
|
||||||
// forceUpdate();
|
// forceUpdate();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue