diff --git a/appinfo/info.xml b/appinfo/info.xml index 45ae36c..641c739 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -26,7 +26,7 @@ If you like this application and if you want to support the development: * [Donate with liberapay](https://liberapay.com/deblan) * [Leave a comment](https://apps.nextcloud.com/apps/side_menu#comments) ]]> - 1.22.1 + 1.22.2 agpl Simon Vieille SideMenu diff --git a/src/SideMenu.vue b/src/SideMenu.vue index 750c829..68fcccb 100644 --- a/src/SideMenu.vue +++ b/src/SideMenu.vue @@ -45,7 +45,7 @@ along with this program. If not, see . v-bind:icon="app.icon" v-bind:label="app.name" v-bind:href="app.href" - v-bind:target="targetBlankApps.indexOf(appId) !== -1 ? '_blank' : undefined" + v-bind:target="targetBlankApps.indexOf(app.id) !== -1 ? '_blank' : undefined" />