mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
Oopsies, probably unecessary code
This commit is contained in:
parent
975acaadab
commit
79454cab17
1 changed files with 1 additions and 2 deletions
|
@ -58,8 +58,7 @@ export default {
|
|||
data () {
|
||||
return {
|
||||
queries: [
|
||||
['GET', `domains/${this.name}/config?full`],
|
||||
['GET', { uri: 'apps', storeKey: 'apps' }]
|
||||
['GET', `domains/${this.name}/config?full`]
|
||||
],
|
||||
panels: undefined,
|
||||
forms: undefined,
|
||||
|
|
Loading…
Reference in a new issue