try to fix problem that chrome window not opening after ajax requrest (#3528)

This commit is contained in:
Grace Guo 2017-09-27 21:22:22 -07:00 committed by Maxime Beauchemin
parent d1a7a7b85c
commit ef59b6b650

View File

@ -413,6 +413,7 @@ export function createDatasource(vizOptions, context) {
return $.ajax({
type: 'POST',
url: '/superset/sqllab_viz/',
async: false,
data: {
data: JSON.stringify(vizOptions),
},