diff --git a/dashboard/src/views/AppstoreView.vue b/dashboard/src/views/AppstoreView.vue index f96b26af7..a6360ac58 100644 --- a/dashboard/src/views/AppstoreView.vue +++ b/dashboard/src/views/AppstoreView.vue @@ -26,13 +26,13 @@ const domains = ref([]); const addCustomAppMenu = ref([{ label: 'App proxy', action: () => { window.location.href="/#/appstore/io.cloudron.builtin.appproxy"; } - }, { - label: 'External link', - action: () => { onAddAppLink(); } }, { label: 'Community app', action: () => { onInstallCommunityApp(); } - } + }, { + label: 'External link', + action: () => { onAddAppLink(); } + }, ]); // clear category on search