Skip to content

Commit

Permalink
Merge branch 'master' into patch-2
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp authored Jan 17, 2024
2 parents a227ae8 + 1bae57e commit 9827415
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 @@ -66,7 +66,7 @@ export interface PowerSelectArgs {
noMatchesMessage?: string;
noMatchesMessageComponent?: string | ComponentLike<any>;
matchTriggerWidth?: boolean;
options: any[] | PromiseProxy<any[]>;
options?: any[] | PromiseProxy<any[]>;
selected?: any | PromiseProxy<any>;
destination?: string;
closeOnSelect?: boolean;
Expand Down

0 comments on commit 9827415

Please sign in to comment.