Skip to content

Commit 9055b62

Browse files
author
vikasrohit
authored
Merge pull request #4371 from appirio-tech/dev
Project plan simplification - moving out of beta flag
2 parents b7c7ffb + d38f65e commit 9055b62

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)