From 5dc124b621ab05ba7dbde306a557947197941228 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Sun, 27 Feb 2022 13:06:59 +0100 Subject: JS Update --- motus/js/reload.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'motus/js/reload.ml') diff --git a/motus/js/reload.ml b/motus/js/reload.ml index ee9ab37..912141d 100644 --- a/motus/js/reload.ml +++ b/motus/js/reload.ml @@ -34,5 +34,5 @@ let process : t -> State.state -> State.state = match current_prop with | None -> new_state | Some prop -> - FieldList.set_with_props prop state.fields new_state.rules; + FieldList.set_with_props prop new_state.fields new_state.rules; State.{ new_state with current_prop = prop } -- cgit v1.2.3