Skip to content

Commit a457594

Browse files
authored
Fix variable name casing for versionId
1 parent 03ba1b0 commit a457594

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 VersionId = 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)