Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrands02 committed Aug 8, 2024
1 parent eca663c commit 3960aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/publications/PublicationList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ import { navigationStore, publicationStore } from '../../store/store.js'
<NcActionCaption name="Acties" />
<NcActionButton
title="Bekijk de documentatie over publicaties"
@click="openLink('https://conduction.gitbook.io/opencatalogi-nextcloud/gebruikers/publicaties'), '_blank'">
@click="openLink('https://conduction.gitbook.io/opencatalogi-nextcloud/gebruikers/publicaties', '_blank')">
<template #icon>
<HelpCircleOutline :size="20" />
</template>
Expand Down

0 comments on commit 3960aea

Please sign in to comment.