Browse Source

fix: update value for tak tracker device role

pull/393/head
Dan Ditomaso 1 year ago
parent
commit
991405c7aa
  1. 2
      src/components/PageComponents/Config/Device.tsx

2
src/components/PageComponents/Config/Device.tsx

@ -46,7 +46,7 @@ export const Device = (): JSX.Element => {
"Lost and Found":
Protobuf.Config.Config_DeviceConfig_Role.LOST_AND_FOUND,
"TAK Tracker":
Protobuf.Config.Config_DeviceConfig_Role.SENSOR,
Protobuf.Config.Config_DeviceConfig_Role.TAK_TRACKER,
},
formatEnumName: true,
},

Loading…
Cancel
Save