parent
1a922d41df
commit
03a6b0311f
@ -1087,9 +1087,7 @@ export default {
|
|||||||
await this.$router.push(
|
await this.$router.push(
|
||||||
`/${this.project.project_type}/${
|
`/${this.project.project_type}/${
|
||||||
this.project.slug ? this.project.slug : this.project.project_id
|
this.project.slug ? this.project.slug : this.project.project_id
|
||||||
}/version/${encodeURI(
|
}/version/${data.id}`
|
||||||
newVersions[newVersions.length - 1].displayUrlEnding
|
|
||||||
)}`
|
|
||||||
)
|
)
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
this.$notify({
|
this.$notify({
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user