Skip to content

Commit

Permalink
remove unused getter
Browse files Browse the repository at this point in the history
  • Loading branch information
amk221 committed Jan 24, 2025
1 parent c63535a commit e984053
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions addon/components/select-box/option.gjs
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ export default class SelectBoxOption extends Component {
return this.args.value === this.args.selectBox.value;
}

get isConnected() {
return !!this.element.closest('.select-box');
}

@action
handleInsertElement(element) {
this.element = element;
Expand Down

0 comments on commit e984053

Please sign in to comment.