Skip to content

Commit ea80f9e

Browse files
committed
Merge remote-tracking branch 'powerbi/master'
2 parents 9bc5f45 + 333d9ba commit ea80f9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

demo/v2-demo/scripts/report.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ function getEmbedCode(mode, entityType)
201201
}
202202
else if (mode === EmbedCreateMode)
203203
{
204-
code = isDesktop ? _Embed_BasicEmbed_EditMode : _Embed_MobileCreateNotSupported;
204+
code = isDesktop ? _Embed_Create : _Embed_MobileCreateNotSupported;
205205
}
206206
}
207207
else if (entityType == EntityType.Visual) {

0 commit comments

Comments
 (0)