This commit is contained in:
triphora
2022-12-14 19:36:04 -05:00
committed by GitHub
parent 1a922d41df
commit 03a6b0311f

View File

@@ -1087,9 +1087,7 @@ export default {
await this.$router.push(
`/${this.project.project_type}/${
this.project.slug ? this.project.slug : this.project.project_id
}/version/${encodeURI(
newVersions[newVersions.length - 1].displayUrlEnding
)}`
}/version/${data.id}`
)
} catch (err) {
this.$notify({