Skip to content

Commit 719b457

Browse files
committed
feat: export button
1 parent 5598808 commit 719b457

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

frontend/src/modules/events/components/EventDetailsCard.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ const columns = getEventFieldsColumns()
5050
</template>
5151

5252
<template #actions>
53+
<Button size="icon" variant="ghost">
54+
<Icon icon="radix-icons:share-1" class="h-4 w-4" />
55+
</Button>
5356
<Button size="icon" variant="ghost" @click="emit('edit')">
5457
<Icon icon="radix-icons:pencil-2" class="h-4 w-4" />
5558
</Button>

0 commit comments

Comments
 (0)