Add app configure resources view

This commit is contained in:
Johannes Zellner
2025-02-25 19:04:58 +01:00
parent 62b648c70f
commit a220667f1b
3 changed files with 148 additions and 3 deletions
-1
View File
@@ -102,7 +102,6 @@ const applinkDialog = useTemplateRef('applinkDialog');
// hook for applinks otherwise it is a link
function openAppEdit(app, event) {
console.log('app eidt!')
if (app.type === APP_TYPES.LINK) {
applinkDialog.value.open(app);
event.preventDefault();