From be2a119163fa687d75dd741411a83775c2fab2df Mon Sep 17 00:00:00 2001 From: Julie Lenaerts Date: Tue, 12 Nov 2024 15:39:31 +0100 Subject: [PATCH] JS correction in ChillThirdpartyBundle required by ESLint --- .../Resources/public/vuejs/_components/OnTheFly/ThirdParty.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Bundle/ChillThirdPartyBundle/Resources/public/vuejs/_components/OnTheFly/ThirdParty.vue b/src/Bundle/ChillThirdPartyBundle/Resources/public/vuejs/_components/OnTheFly/ThirdParty.vue index 5b16affcb..8009c32f3 100644 --- a/src/Bundle/ChillThirdPartyBundle/Resources/public/vuejs/_components/OnTheFly/ThirdParty.vue +++ b/src/Bundle/ChillThirdPartyBundle/Resources/public/vuejs/_components/OnTheFly/ThirdParty.vue @@ -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') {