We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a71080 commit a00c223Copy full SHA for a00c223
demo/v2-demo/scripts/step_authorize.js
@@ -185,7 +185,7 @@ function OpenEmbedStepFromUserSettings() {
185
}
186
187
function WarmStartSampleReportEmbed() {
188
- FetchUrlIntoSession(reportUrl, false /* updateCurrentToken */).then((response) => {
+ FetchUrlIntoSession(reportUrl, false /* updateCurrentToken */).then(function (response) {
189
var embedUrl = GetParameterByName(SessionKeys.EmbedUrl);
190
if (!embedUrl)
191
{
0 commit comments