Oopsies, probably unecessary code

This commit is contained in:
Alexandre Aubin 2022-01-24 18:50:48 +01:00
parent 975acaadab
commit 79454cab17

View file

@ -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,