Skip to content

Commit

Permalink
chore: Update onInsert import path
Browse files Browse the repository at this point in the history
  • Loading branch information
Trishu-Patel committed Dec 3, 2024
1 parent f2c00c3 commit 6c0ca58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ember-core/src/components/form/search.gts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import { restartableTask, timeout } from 'ember-concurrency';
import onKey from 'ember-keyboard/modifiers/on-key';

import BoundValue from './bound-value.ts';
import onInsert from '../../modifiers/did-insert.ts';
import onClickOutside from '../../modifiers/on-click-outside.ts';
import onInsert from '../../modifiers/on-insert.ts';

import type { Optional } from '../../';

Expand Down

0 comments on commit 6c0ca58

Please sign in to comment.