@tuki-io/tuki-widgets 0.0.157 → 0.0.158
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/esm2020/user-device-manage/src/device-manage-widget.component.mjs +2 -2
- package/esm2020/user-manage/src/user-calling/user-calling.component.mjs +2 -2
- package/fesm2015/tuki-io-tuki-widgets-user-device-manage.mjs +1 -2
- package/fesm2015/tuki-io-tuki-widgets-user-device-manage.mjs.map +1 -1
- package/fesm2015/tuki-io-tuki-widgets-user-manage.mjs +1 -2
- package/fesm2015/tuki-io-tuki-widgets-user-manage.mjs.map +1 -1
- package/fesm2020/tuki-io-tuki-widgets-user-device-manage.mjs +1 -1
- package/fesm2020/tuki-io-tuki-widgets-user-device-manage.mjs.map +1 -1
- package/fesm2020/tuki-io-tuki-widgets-user-manage.mjs +1 -1
- package/fesm2020/tuki-io-tuki-widgets-user-manage.mjs.map +1 -1
- package/package.json +1 -1
- package/user-device-manage/src/device-manage-widget.component.d.ts +1 -1
- package/user-manage/src/user-calling/user-calling.component.d.ts +1 -1
|
@@ -2900,7 +2900,7 @@ class DeviceManageWidgetComponent {
|
|
|
2900
2900
|
return this.userService.userDevice?.form;
|
|
2901
2901
|
}
|
|
2902
2902
|
get isWebex() {
|
|
2903
|
-
return localStorage.getItem('webexUUID') && localStorage.getItem('webexUUID')
|
|
2903
|
+
return localStorage.getItem('webexUUID') && localStorage.getItem('webexUUID') !== 'null';
|
|
2904
2904
|
}
|
|
2905
2905
|
constructor(userService, deviceService, apiService, lineService, siteSettingsService, validationService, dialog) {
|
|
2906
2906
|
this.userService = userService;
|