mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-30 10:29:42 +00:00
JS correction in ChillThirdpartyBundle required by ESLint
This commit is contained in:
@@ -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') {
|
||||||
|
Reference in New Issue
Block a user