Skip to content

Commit 898cc7b

Browse files
author
Alam, Maksudul
committed
Change Power Flow default settings
1 parent 328f1d4 commit 898cc7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

viz/src/App.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,7 @@ function App({ refdata, refflowdata, refflowdata_reactive, ggdata, gendata, gene
638638

639639
const [netlayeractive, setNetLayerActive] = useState(true);
640640

641-
const [flowlayeractive, setFlowLayerActive] = useState(true);
641+
const [flowlayeractive, setFlowLayerActive] = useState(false);
642642
const [flowlayeranimate, setFlowLayerAnimate] = useState(false);
643643
const [reactiveflowlayeractive, setReactiveFlowLayerActive] = useState(false);
644644
const [reactiveflowlayeranimate, setReactiveFlowLayerAnimate] = useState(false);

0 commit comments

Comments
 (0)