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: { methods: {
loadData(){ 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 = thirdparty;
this.thirdparty.kind = thirdparty.kind; this.thirdparty.kind = thirdparty.kind;
if (this.action !== 'show') { if (this.action !== 'show') {