Amend link to license in track detail page
This commit is contained in:
parent
bc39b18173
commit
46b4bc68b1
|
@ -0,0 +1 @@
|
||||||
|
Fix missing license information on track details page (#913)
|
|
@ -116,7 +116,7 @@ export default {
|
||||||
methods: {
|
methods: {
|
||||||
fetchLicenseData(licenseId) {
|
fetchLicenseData(licenseId) {
|
||||||
var self = this
|
var self = this
|
||||||
let url = `licenses/${licenseId}/`
|
let url = `licenses/${licenseId}`
|
||||||
axios.get(url).then(response => {
|
axios.get(url).then(response => {
|
||||||
self.licenseData = response.data
|
self.licenseData = response.data
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue