Skip to content

Commit 16a2a1c

Browse files
committed
Add important state management TODO for whole App
1 parent 20f552c commit 16a2a1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/ui/panel/ParameterView.re

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ module ReactDOM = React.Dom
88

99
type paramState = Executed | Executing | Canceled | Error;
1010

11+
// TODO FIX BUG: make param history permanently available until GobView is closed again => clear afterwards
1112
[@react.component]
1213
let make = (~parameters) => {
1314

0 commit comments

Comments
 (0)