try to fix problem that chrome window not opening after ajax requrest (#3528)
This commit is contained in:
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),
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue