Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeny committed Sep 4, 2022
1 parent 27e023a commit 3226a3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tabby-core/src/components/selectorModal.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export class SelectorModalComponent<T> {
this.options,
['name', 'group', 'description'],
{ sort: true },
).search(f)
).search(f)

const freeOption = this.options.find(x => x.freeInputPattern)
if (freeOption && !this.filteredOptions.includes(freeOption)) {
Expand Down

0 comments on commit 3226a3d

Please sign in to comment.