Add app configure resources view
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user