Skip to content

Commit 775c6b6

Browse files
committed
remove unnecessary init
1 parent f11cfcf commit 775c6b6

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

app/components/search-input/dropdown.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import {
66
import { get } from '@ember/object';
77
import Component from '@ember/component';
88
import { A } from '@ember/array';
9-
import { tracked } from '@glimmer/tracking';
109

1110
@tagName('span')
1211
@classNames('ds-dropdown-menu', 'ds-with-1')
@@ -17,13 +16,6 @@ export default class Dropdown extends Component {
1716

1817
isVisible = false;
1918

20-
@tracked results;
21-
22-
constructor() {
23-
super(...arguments);
24-
this.results = A();
25-
}
26-
2719
// show
2820
// Massage data to make it easier for displaying on the template
2921
// Returned object:

0 commit comments

Comments
 (0)