mirror of
https://github.com/apache/superset.git
synced 2026-04-22 01:24:43 +00:00
try to fix problem that chrome window not opening after ajax requrest (#3528)
This commit is contained in:
committed by
Maxime Beauchemin
parent
d1a7a7b85c
commit
ef59b6b650
@@ -413,6 +413,7 @@ export function createDatasource(vizOptions, context) {
|
||||
return $.ajax({
|
||||
type: 'POST',
|
||||
url: '/superset/sqllab_viz/',
|
||||
async: false,
|
||||
data: {
|
||||
data: JSON.stringify(vizOptions),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user