chore: repair eslint issues

pull/5690/head
Pavel Zavora 2021-03-08 22:35:42 +01:00
parent 42be207979
commit 572d85775b
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,5 @@
// Libraries
import React, {PureComponent, ChangeEvent, MouseEvent} from 'react'
import _ from 'lodash'
// Components
import TagValueListItem from 'src/flux/components/TagValueListItem'
@ -217,6 +216,7 @@ class TagValueList extends PureComponent<Props, State> {
limit: this.state.limit + TAG_VALUES_LIMIT,
loadingMoreValues: RemoteDataState.Loading,
},
// eslint-disable-next-line @typescript-eslint/no-misused-promises
async () => {
try {
const tagValues = await this.fetchTagValues()