Aleksandr Bautin 10 months ago
parent
commit
3b97e20146
No known key found for this signature in database
GPG Key ID: 9B3364A12DFE9211
  1. 3
      src/views/Explore.vue

3
src/views/Explore.vue

@ -301,7 +301,8 @@ export default {
this.records.site = this.site_rec; this.records.site = this.site_rec;
}, },
async saveSiteConstr() { async saveSiteConstr() {
if (this.site_rec !== this.records.site) { if (!this.site_rec) {
this.site_rec = config.agorata_adnl.toLowerCase();
await this.saveSite(); await this.saveSite();
} }
this.constructor_params.domain = this.domain; this.constructor_params.domain = this.domain;

Loading…
Cancel
Save