aboutsummaryrefslogtreecommitdiff
path: root/motus/js/next.ml
diff options
context:
space:
mode:
Diffstat (limited to 'motus/js/next.ml')
-rw-r--r--motus/js/next.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/motus/js/next.ml b/motus/js/next.ml
index e6baf51..f26aa86 100644
--- a/motus/js/next.ml
+++ b/motus/js/next.ml
@@ -37,4 +37,4 @@ let process : t -> State.state -> State.state =
| None -> new_state
| Some prop ->
FieldList.set_with_props prop state.fields new_state.rules;
- State.{ new_state with rules; current_prop = prop }
+ State.{ new_state with current_prop = prop }