Browse Source

Merge pull request #393 from danditomaso/fix/fix-tak-tracker-role-value

fix: update value for tak tracker device role
pull/401/head
Hunter Thornsberry 1 year ago
committed by GitHub
parent
commit
963deeca75
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  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