mirror of
https://github.com/apache/superset.git
synced 2026-05-11 19:05:24 +00:00
chore: enable no-unused-vars and prefer-template eslint rules (#10350)
This commit is contained in:
@@ -76,7 +76,7 @@ const SelectAsyncControl = props => {
|
||||
dataEndpoint={dataEndpoint}
|
||||
onChange={onSelectionChange}
|
||||
onAsyncError={errorMsg =>
|
||||
this.props.addDangerToast(onAsyncErrorMessage + ': ' + errorMsg)
|
||||
this.props.addDangerToast(`${onAsyncErrorMessage}: ${errorMsg}`)
|
||||
}
|
||||
mutator={mutator}
|
||||
multi={multi}
|
||||
|
||||
Reference in New Issue
Block a user