Skip to content

Commit

Permalink
apply config value fix (#3534)
Browse files Browse the repository at this point in the history
Co-authored-by: Cole Blanchard <[email protected]>
  • Loading branch information
blanchco and Cole Blanchard authored May 3, 2024
1 parent 76f30d0 commit e63f4dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,7 @@ watch(
mmt.value = response.mmt;
mmtParams.value = response.template_params;
},
{ immediate: true }
{ immediate: true, deep: true }
);
watch(
Expand Down

0 comments on commit e63f4dc

Please sign in to comment.