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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
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, |
|
|
|
}, |
|
|
|
|