mirror of
				https://github.com/crater-invoice/crater.git
				synced 2025-10-30 21:21:09 -04:00 
			
		
		
		
	fix button color and some route change
This commit is contained in:
		| @ -276,7 +276,12 @@ export default { | ||||
|             data: this.previewLogo | ||||
|           })) | ||||
|  | ||||
|           await axios.post('/api/settings/company/upload-logo', logoData) | ||||
|           await axios.post('/api/admin/onboarding/company/upload-logo', logoData, { | ||||
|             headers: { | ||||
|               'Content-Type': 'multipart/form-data', | ||||
|               'company': response.data.user.company.id | ||||
|             } | ||||
|           }) | ||||
|         } | ||||
|  | ||||
|         this.$emit('next') | ||||
|  | ||||
		Reference in New Issue
	
	Block a user