reorder menu items to be alphabetical

This commit is contained in:
Girish Ramakrishnan
2026-02-21 11:07:05 +01:00
parent de5692c1af
commit 7a76de2e4c

View File

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