Skip to content
Snippets Groups Projects
Unverified Commit b830ba71 authored by Ian Chen's avatar Ian Chen Committed by GitHub
Browse files

[fix] the subscribe form display the incorrect data (#13)

parent 251151ff
No related branches found
No related tags found
No related merge requests found
......@@ -134,7 +134,7 @@ function sliceConfigurationsFromSubscriber(subscriber) {
}
})
}
if (dnnConfigs[dnn].upSecurity !== null){
if (dnnConfigs[dnn].upSecurity){
return {
dnn: dnn,
uplinkAmbr: dnnConfigs[dnn].sessionAmbr.uplink,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment