Browse Source

add enable toggle to canned message (#116)

pull/128/head
rcarteraz 3 years ago
committed by GitHub
parent
commit
3f3d16ce02
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      src/components/PageComponents/ModuleConfig/CannedMessage.tsx

6
src/components/PageComponents/ModuleConfig/CannedMessage.tsx

@ -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",

Loading…
Cancel
Save