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 e94d167 commit 03ba1b0Copy full SHA for 03ba1b0
js/source/preview.js
@@ -3,7 +3,7 @@ import {ARTICLE_UPDATE_SUBSCRIPTION, PantheonClient, PublishingLevel} from "@pan
3
const params = new URLSearchParams(window.location.search);
4
const documentId = drupalSettings.path.currentPath.split('/')[3];
5
const publishingLevelParam = params.get('publishingLevel');
6
-const explicitVersionId = params.get('versionId');
+const VersionId = params.get('versionId');
7
8
const pantheonClient = new PantheonClient({
9
siteId: window.drupalSettings.pantheon_content_publisher.site_id,
0 commit comments