mirror of
https://github.com/apache/superset.git
synced 2026-04-20 00:24:38 +00:00
Fix translation files and update documentation (#12595)
This commit is contained in:
committed by
GitHub
parent
c14ed80f28
commit
c85b4c75b1
@@ -1180,7 +1180,7 @@ export function popStoredQuery(urlId) {
|
||||
.then(({ json }) =>
|
||||
dispatch(
|
||||
addQueryEditor({
|
||||
title: json.title ? json.title : t('Sjsonhared query'),
|
||||
title: json.title ? json.title : t('Shared query'),
|
||||
dbId: json.dbId ? parseInt(json.dbId, 10) : null,
|
||||
schema: json.schema ? json.schema : null,
|
||||
autorun: json.autorun ? json.autorun : false,
|
||||
|
||||
Reference in New Issue
Block a user