Skip to content

Commit 03ba1b0

Browse files
authored
Rename variable 'explicitVersionId' to 'VersionId'
1 parent e94d167 commit 03ba1b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/source/preview.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {ARTICLE_UPDATE_SUBSCRIPTION, PantheonClient, PublishingLevel} from "@pan
33
const params = new URLSearchParams(window.location.search);
44
const documentId = drupalSettings.path.currentPath.split('/')[3];
55
const publishingLevelParam = params.get('publishingLevel');
6-
const explicitVersionId = params.get('versionId');
6+
const VersionId = params.get('versionId');
77

88
const pantheonClient = new PantheonClient({
99
siteId: window.drupalSettings.pantheon_content_publisher.site_id,

0 commit comments

Comments
 (0)