We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20f552c commit 16a2a1cCopy full SHA for 16a2a1c
src/ui/panel/ParameterView.re
@@ -8,6 +8,7 @@ module ReactDOM = React.Dom
8
9
type paramState = Executed | Executing | Canceled | Error;
10
11
+// TODO FIX BUG: make param history permanently available until GobView is closed again => clear afterwards
12
[@react.component]
13
let make = (~parameters) => {
14
0 commit comments