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.
2 parents 9bc5f45 + 333d9ba commit ea80f9eCopy full SHA for ea80f9e
demo/v2-demo/scripts/report.js
@@ -201,7 +201,7 @@ function getEmbedCode(mode, entityType)
201
}
202
else if (mode === EmbedCreateMode)
203
{
204
- code = isDesktop ? _Embed_BasicEmbed_EditMode : _Embed_MobileCreateNotSupported;
+ code = isDesktop ? _Embed_Create : _Embed_MobileCreateNotSupported;
205
206
207
else if (entityType == EntityType.Visual) {
0 commit comments