mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-28 22:43:30 +03:00
Fixed linting error
no issue - removed unused variable
This commit is contained in:
parent
4184543307
commit
330d264550
@ -2,7 +2,6 @@ import Component from '@glimmer/component';
|
||||
import RSVP, {resolve} from 'rsvp';
|
||||
import {action, get} from '@ember/object';
|
||||
import {defaultMatcher, filterOptions} from 'ember-power-select/utils/group-utils';
|
||||
import {isArray} from '@ember/array';
|
||||
import {tracked} from '@glimmer/tracking';
|
||||
|
||||
export default class GhInputWithSelectComponent extends Component {
|
||||
|
Loading…
Reference in New Issue
Block a user