This commit is contained in:
triphora 2022-12-14 19:36:04 -05:00 committed by GitHub
parent 1a922d41df
commit 03a6b0311f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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({