diff --git a/public/js/pages/Device/Device.js b/public/js/pages/Device/Device.js index 1310177e3..e7758ae00 100644 --- a/public/js/pages/Device/Device.js +++ b/public/js/pages/Device/Device.js @@ -8,8 +8,6 @@ const deviceTypeFilterOptions = window?.TT_CONFIG?.DEVICE_TYPES.map(type => ({ text: type.name, })); -window.TT_CONFIG['IS_ADMIN'] = '0' - Vue.component('device-view-switch', { //language=Vue template: `