diff --git a/frontend/src/app/main/ui/components/numeric_input.cljs b/frontend/src/app/main/ui/components/numeric_input.cljs index 4c2b2c575..308ef8e42 100644 --- a/frontend/src/app/main/ui/components/numeric_input.cljs +++ b/frontend/src/app/main/ui/components/numeric_input.cljs @@ -59,8 +59,7 @@ dirty-ref (mf/use-ref false) ;; Last value input by the user we need to store to save on unmount - - last-value* (mf/use-var nil) + last-value* (mf/use-var value) parse-value (mf/use-fn