Skip to content

Commit

Permalink
Update domina-mode-form.const.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaVoid authored and johannesjo committed Feb 21, 2025
1 parent 2f01ec9 commit 292e666
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/features/config/form-cfgs/domina-mode-form.const.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ export const DOMINA_MODE_FORM: ConfigFormSection<DominaModeConfig> = {
key:'voice',

Check failure on line 61 in src/app/features/config/form-cfgs/domina-mode-form.const.ts

View workflow job for this annotation

GitHub Actions / linux-bin-and-snap-release

Insert `·`
type:'select',

Check failure on line 62 in src/app/features/config/form-cfgs/domina-mode-form.const.ts

View workflow job for this annotation

GitHub Actions / linux-bin-and-snap-release

Insert `·`
templateOptions:{

Check failure on line 63 in src/app/features/config/form-cfgs/domina-mode-form.const.ts

View workflow job for this annotation

GitHub Actions / linux-bin-and-snap-release

Insert `·`
label:"test",
description:"do the thing",
label:"Select a Voice",

Check failure on line 64 in src/app/features/config/form-cfgs/domina-mode-form.const.ts

View workflow job for this annotation

GitHub Actions / linux-bin-and-snap-release

Replace `"Select·a·Voice"` with `·'Select·a·Voice'`
description:"Choose a voice",

Check failure on line 65 in src/app/features/config/form-cfgs/domina-mode-form.const.ts

View workflow job for this annotation

GitHub Actions / linux-bin-and-snap-release

Replace `"Choose·a·voice"` with `·'Choose·a·voice'`
required:false,
},
hooks: {
Expand Down

0 comments on commit 292e666

Please sign in to comment.