chore: perfection (#16958)

* chore: perfection

* chore: linting
pull/16994/head
Alex Boatwright 2020-02-24 11:03:42 -08:00 committed by GitHub
parent cbbb5db71a
commit c24445665e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -253,6 +253,10 @@ const loadTagSelectorValues = (index: number) => async (
const queryURL = state.links.query.self
const orgID = getOrg(getState()).id
if (!buckets[0]) {
return
}
dispatch(setBuilderTagValuesStatus(index, RemoteDataState.Loading))
try {