mirror of
https://github.com/meshtastic/web.git
synced 2026-04-25 00:08:19 -04:00
WIP config update
This commit is contained in:
@@ -69,13 +69,7 @@ export const CannedMessage = (): JSX.Element => {
|
||||
});
|
||||
|
||||
return (
|
||||
<Form
|
||||
title="Canned Message Config"
|
||||
breadcrumbs={["Module Config", "Canned Message"]}
|
||||
reset={() => reset(moduleConfig.cannedMessage)}
|
||||
dirty={isDirty}
|
||||
onSubmit={onSubmit}
|
||||
>
|
||||
<Form onSubmit={onSubmit}>
|
||||
<Controller
|
||||
name="enabled"
|
||||
control={control}
|
||||
|
||||
Reference in New Issue
Block a user