Merge pull request #6 from c-villain/fixes

fixes
This commit is contained in:
Alexander Kraev 2025-07-22 13:52:33 +03:00 committed by GitHub
commit 25e87b5fe1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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 => {