rcarteraz
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
6 additions and
0 deletions
-
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", |
|
|
|
|