Skip to content

Commit

Permalink
fix: component passing non-updating value
Browse files Browse the repository at this point in the history
  • Loading branch information
yccodr committed Jul 31, 2024
1 parent b33b6a0 commit 980628e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ export default function SubscriberFormSessions() {
row.sd,
row.sst,
dnn,
row.dnnConfigurations[dnn].staticIpv4Address ?? "",
watch(`SnssaiConfigurations.${index}.dnnConfigurations.${dnn}.staticIpv4Address`) ?? "",
)
}
sx={{
Expand Down

0 comments on commit 980628e

Please sign in to comment.