no message

This commit is contained in:
Alexander Kraev 2025-07-22 13:51:49 +03:00
parent 658795b1e7
commit 87631b349f

View file

@ -70,7 +70,7 @@
}, },
methods: { methods: {
i18n(key) { i18n(key) {
return I18nManager ? I18nManager.t(key) : key; return key;
}, },
fetchDomains() { fetchDomains() {
axios.get('blocked-domains/').then(res => { axios.get('blocked-domains/').then(res => {