voir code

This commit is contained in:
Patrick
2025-04-02 21:10:24 +02:00
parent e178da4b84
commit df1120b8dd

View File

@@ -39,8 +39,6 @@
async onMounted() {
const id = this.props.Id
console.log(this.props.Id)
console.log(this.props.Type)
if(this.props.Type === "release"){
this.state.release = await window.getReleaseDetails(id)
}