Fix additional linting issues

environments/review-front-deve-otr6gc/deployments/10515
Ciaran Ainsworth 2022-02-21 20:02:08 +01:00
rodzic d92d75f822
commit d949909c40
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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
}