From 330d2645504689c8d4bd8f79cf3506a4232abf3a Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Mon, 23 Aug 2021 17:34:17 +0100 Subject: [PATCH] Fixed linting error no issue - removed unused variable --- ghost/admin/app/components/gh-input-with-select/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/ghost/admin/app/components/gh-input-with-select/index.js b/ghost/admin/app/components/gh-input-with-select/index.js index 65cda2a00e..b555526321 100644 --- a/ghost/admin/app/components/gh-input-with-select/index.js +++ b/ghost/admin/app/components/gh-input-with-select/index.js @@ -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 {