Skip to content

Commit

Permalink
add enable toggle to canned message (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcarteraz authored Jul 28, 2023
1 parent 785fc3e commit 3f3d16c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/PageComponents/ModuleConfig/CannedMessage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ export const CannedMessage = (): JSX.Element => {
label: "Canned Message Settings",
description: "Settings for the Canned Message module",
fields: [
{
type: "toggle",
name: "enabled",
label: "Module Enabled",
description: "Enable Canned Message",
},
{
type: "toggle",
name: "rotary1Enabled",
Expand Down

0 comments on commit 3f3d16c

Please sign in to comment.