mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
fix DomainInfo config panel
This commit is contained in:
parent
b91f6943b3
commit
279a6efa41
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ export default {
|
||||||
},
|
},
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
onQueriesResponse (domains, mainDomain, domain, config) {
|
onQueriesResponse (domains, domain, config) {
|
||||||
this.config = formatYunoHostConfigPanels(config)
|
this.config = formatYunoHostConfigPanels(config)
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue