summaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'src/components')
-rw-r--r--src/components/Global/TableToolbar.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Global/TableToolbar.vue b/src/components/Global/TableToolbar.vue
index a9281748..5235feae 100644
--- a/src/components/Global/TableToolbar.vue
+++ b/src/components/Global/TableToolbar.vue
@@ -6,6 +6,7 @@
{{ selectedItemsCount }} {{ $t('global.action.selected') }}
</p>
<div class="toolbar-actions d-flex">
+ <slot name="toolbar-buttons"></slot>
<b-button
v-for="(action, index) in actions"
:key="index"
@@ -16,7 +17,6 @@
>
{{ action.label }}
</b-button>
- <slot name="export"></slot>
<b-button
variant="secondary"
class="d-block"