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 () {
|
data () {
|
||||||
return {
|
return {
|
||||||
queries: [
|
queries: [
|
||||||
['GET', `domains/${this.name}/config?full`],
|
['GET', `domains/${this.name}/config?full`]
|
||||||
['GET', { uri: 'apps', storeKey: 'apps' }]
|
|
||||||
],
|
],
|
||||||
panels: undefined,
|
panels: undefined,
|
||||||
forms: undefined,
|
forms: undefined,
|
||||||
|
|
Loading…
Add table
Reference in a new issue