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 db4ab98 commit 333d9baCopy full SHA for 333d9ba
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