mirror of
https://github.com/meshtastic/web.git
synced 2026-04-25 08:20:06 -04:00
Fix Range Test default and saved values (#113)
* defaultValues to rangeTest * found some more while I was there
This commit is contained in:
@@ -20,7 +20,7 @@ export const RangeTest = (): JSX.Element => {
|
||||
return (
|
||||
<DynamicForm<RangeTestValidation>
|
||||
onSubmit={onSubmit}
|
||||
defaultValues={moduleConfig.mqtt}
|
||||
defaultValues={moduleConfig.rangeTest}
|
||||
fieldGroups={[
|
||||
{
|
||||
label: "Range Test Settings",
|
||||
|
||||
Reference in New Issue
Block a user