JS correction in ChillThirdpartyBundle required by ESLint

This commit is contained in:
Julie Lenaerts 2024-11-12 15:39:31 +01:00
parent 22ecb11227
commit be2a119163

View File

@ -327,7 +327,7 @@ export default {
},
methods: {
loadData(){
return getThirdparty(this.id).then(thirdparty => new Promise((resolve, reject) => {
return getThirdparty(this.id).then(thirdparty => new Promise((resolve) => {
this.thirdparty = thirdparty;
this.thirdparty.kind = thirdparty.kind;
if (this.action !== 'show') {