mirror of
https://github.com/crater-invoice/crater.git
synced 2025-12-16 10:22:55 -05: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