Skip to content

Commit d38f65e

Browse files
author
Vikas Agarwal
committed
Project Plan Simplification - Moved feature out of beta flag
1 parent 1ec8092 commit d38f65e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/projects/create/containers/CreateContainer.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,10 +245,10 @@ class CreateContainer extends React.Component {
245245
}
246246
_.set(project, 'details.utm.google', googleAnalytics)
247247
}
248-
const searchParams = new URLSearchParams(window.location.search)
249-
const isBetaMode = searchParams.get('beta') === 'true'
248+
// const searchParams = new URLSearchParams(window.location.search)
249+
// const isBetaMode = searchParams.get('beta') === 'true'
250250
if (projectTemplate) {
251-
project.version = isBetaMode ? 'v4' : 'v3'
251+
project.version = 'v4'
252252
project.templateId = projectTemplate.id
253253
project.type = projectTemplate.category
254254
}

0 commit comments

Comments
 (0)