Skip to content

Commit

Permalink
Update assist-pipeline-detail-wakeword.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
bramkragten committed Sep 26, 2023
1 parent d8c98d8 commit d794ec3
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ export class AssistPipelineDetailWakeWord extends LitElement {
required: true,
selector: {
select: {
mode: "dropdown",
sort: true,
options: wakeWords.map((ww) => ({
value: ww.id,
label: ww.name,
Expand Down

0 comments on commit d794ec3

Please sign in to comment.