Skip to content

Commit

Permalink
remove reactive warning
Browse files Browse the repository at this point in the history
  • Loading branch information
PGimenez committed Dec 11, 2024
1 parent 045a9b6 commit 13814b0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ModelStorage.jl
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ function load_model_values!(model::M, values::Dict{Symbol, Any}) where M

if model_field isa Reactive
model_field[] = value
else
@warn "Field $field is not reactive, skipping."
end
end
end
Expand Down

0 comments on commit 13814b0

Please sign in to comment.