Skip to content

Commit

Permalink
Merge pull request #1631 from johanrd/make-destination-optional
Browse files Browse the repository at this point in the history
Define `destination` as optional
  • Loading branch information
mkszepp authored Jan 7, 2024
2 parents 923863f + ac1cde6 commit 51b1dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ember-power-select/src/components/power-select.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export interface PowerSelectArgs {
matchTriggerWidth?: boolean;
options: any[] | PromiseProxy<any[]>;
selected: any | PromiseProxy<any>;
destination: string;
destination?: string;
closeOnSelect?: boolean;
renderInPlace?: boolean;
preventScroll?: boolean;
Expand Down

0 comments on commit 51b1dbb

Please sign in to comment.