mirror of
https://github.com/apache/superset.git
synced 2026-05-12 03:15:55 +00:00
Re-enable rule jsx-curly-brace-presence (#10869)
This commit is contained in:
committed by
GitHub
parent
c5193ca018
commit
a75c36281d
@@ -125,7 +125,7 @@ export default function QueryAndSaveBtns({
|
||||
<OverlayTrigger
|
||||
placement="right"
|
||||
overlay={
|
||||
<Tooltip id={'query-error-tooltip'}>{errorMessage}</Tooltip>
|
||||
<Tooltip id="query-error-tooltip">{errorMessage}</Tooltip>
|
||||
}
|
||||
>
|
||||
<i className="fa fa-exclamation-circle text-danger fa-lg" />
|
||||
|
||||
Reference in New Issue
Block a user