kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
Fix additional linting issues
rodzic
d92d75f822
commit
d949909c40
|
@ -144,7 +144,7 @@ export default {
|
|||
const response = await axios.post('text-preview/', { text: this.newValue, permissive: this.permissive })
|
||||
this.preview = response.data.rendered
|
||||
} catch (error) {
|
||||
console.error(error);
|
||||
console.error(error)
|
||||
}
|
||||
this.isLoadingPreview = false
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue