This commit is contained in:
Hunter Thornsberry
2024-06-25 12:39:06 -04:00
parent 205c9a21e3
commit 2f37390985
2 changed files with 11 additions and 2 deletions

View File

@@ -13,7 +13,10 @@ export const MQTT = (): JSX.Element => {
case: "mqtt",
value: {
...data,
mapReportSettings: new Protobuf.ModuleConfig.ModuleConfig_MapReportSettings(data.mapReportSettings)
mapReportSettings:
new Protobuf.ModuleConfig.ModuleConfig_MapReportSettings(
data.mapReportSettings,
),
},
},
}),