Skip to content

Commit fb1aafc

Browse files
JeremyDecfrenautvh
authored andcommitted
fix(xdsl): fix enabling of sip alg option
1 parent 1286fa8 commit fb1aafc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/manager/apps/telecom/src/app/telecom/pack/xdsl/modem/service/pack-xdsl-modem-service.controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ angular.module('managerApp').controller('XdslModemServiceCtrl', class XdslModemS
222222
}).$promise
223223
.then(({ xdslTask }) => {
224224
sipAlg.value = xdslTask === 'enabled';
225-
sipAlg.isDefine = true;
225+
sipAlg.isDefined = true;
226226
return xdslTask;
227227
}).finally(() => {
228228
this.modemServices.push(sipAlg);

0 commit comments

Comments
 (0)