diff --git a/ember-power-select/src/components/power-select.ts b/ember-power-select/src/components/power-select.ts index fd51ed7a8..81d9a7074 100644 --- a/ember-power-select/src/components/power-select.ts +++ b/ember-power-select/src/components/power-select.ts @@ -69,7 +69,7 @@ export interface PowerSelectArgs { matchTriggerWidth?: boolean; options: any[] | PromiseProxy; selected: any | PromiseProxy; - destination: string; + destination?: string; closeOnSelect?: boolean; renderInPlace?: boolean; preventScroll?: boolean;