Skip to content

Commit 90a71e6

Browse files
authored
Merge pull request #523 from MerginMaps/publish_dialog
Slot for action buttons
2 parents 846a396 + 758b60d commit 90a71e6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

web-app/packages/lib/src/modules/project/views/ProjectViewTemplate.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-MerginMaps-Commercial
1212
>
1313
<!-- Z indexes based on minus margin, its not possible to add additional buttons to tab view -->
1414
<div class="relative z-1">
15+
<slot name="action-button" />
1516
<PButton
1617
severity="secondary"
1718
@click="downloadArchive({ url: downloadUrl })"

0 commit comments

Comments
 (0)