You've already forked AstralRinth
forked from didirus/AstralRinth
fix incorrect "versions" to "version" (#4282)
This commit is contained in:
@@ -175,7 +175,7 @@ const quickActions: OverflowMenuOption[] = [
|
||||
]
|
||||
|
||||
const versionUrl = computed(() => {
|
||||
return `/${props.report.project.project_type}/${props.report.project.slug}/versions/${props.report.version.id}`
|
||||
return `/${props.report.project.project_type}/${props.report.project.slug}/version/${props.report.version.id}`
|
||||
})
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user