mirror of
https://github.com/Eugeny/tabby.git
synced 2025-06-30 16:29:53 +00:00
lint
This commit is contained in:
parent
27e023a9ee
commit
3226a3d70f
@ -73,7 +73,7 @@ export class SelectorModalComponent<T> {
|
|||||||
this.options,
|
this.options,
|
||||||
['name', 'group', 'description'],
|
['name', 'group', 'description'],
|
||||||
{ sort: true },
|
{ sort: true },
|
||||||
).search(f)
|
).search(f)
|
||||||
|
|
||||||
const freeOption = this.options.find(x => x.freeInputPattern)
|
const freeOption = this.options.find(x => x.freeInputPattern)
|
||||||
if (freeOption && !this.filteredOptions.includes(freeOption)) {
|
if (freeOption && !this.filteredOptions.includes(freeOption)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user