Skip to content

Commit

Permalink
Merge pull request #244 from cloke/main
Browse files Browse the repository at this point in the history
Don't use add-on in path for power select import
  • Loading branch information
josemarluedke committed Nov 29, 2023
2 parents f393089 + e90555b commit a062f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/forms/addon/components/form-select.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { assert } from '@ember/debug';
import {
PowerSelectArgs,
Select
} from 'ember-power-select/addon/components/power-select';
} from 'ember-power-select/components/power-select';

export interface FormSelectArgs extends PowerSelectArgs {
/** The input field label */
Expand Down

0 comments on commit a062f5e

Please sign in to comment.