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