mirror of
https://github.com/apache/superset.git
synced 2026-04-21 09:04:38 +00:00
[hotfix] lint
This commit is contained in:
@@ -127,8 +127,9 @@ const px = function () {
|
||||
cachedSelector = $('#is_cached');
|
||||
if (data !== undefined && data.is_cached) {
|
||||
cachedSelector
|
||||
.attr('title',
|
||||
'Served from data cached at ' + data.cached_dttm + '. Click [Query] to force-refresh')
|
||||
.attr(
|
||||
'title',
|
||||
`Served from data cached at ${data.cached_dttm}. Click [Query] to force-refresh`)
|
||||
.show()
|
||||
.tooltip('fixTitle');
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user