mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
JS correction in ChillThirdpartyBundle required by ESLint
This commit is contained in:
parent
22ecb11227
commit
be2a119163
@ -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') {
|
||||
|
Loading…
x
Reference in New Issue
Block a user