We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 846a396 + 758b60d commit 90a71e6Copy full SHA for 90a71e6
web-app/packages/lib/src/modules/project/views/ProjectViewTemplate.vue
@@ -12,6 +12,7 @@ SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-MerginMaps-Commercial
12
>
13
<!-- Z indexes based on minus margin, its not possible to add additional buttons to tab view -->
14
<div class="relative z-1">
15
+ <slot name="action-button" />
16
<PButton
17
severity="secondary"
18
@click="downloadArchive({ url: downloadUrl })"
0 commit comments