summaryrefslogtreecommitdiff
path: root/src/views/AccessControl/Ldap/TableRoleGroups.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/AccessControl/Ldap/TableRoleGroups.vue')
-rw-r--r--src/views/AccessControl/Ldap/TableRoleGroups.vue6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/views/AccessControl/Ldap/TableRoleGroups.vue b/src/views/AccessControl/Ldap/TableRoleGroups.vue
index ef300ea5..5104c236 100644
--- a/src/views/AccessControl/Ldap/TableRoleGroups.vue
+++ b/src/views/AccessControl/Ldap/TableRoleGroups.vue
@@ -25,8 +25,8 @@
ref="toolbar"
:selected-items-count="selectedRows.length"
:actions="batchActions"
- @clearSelected="clearSelectedRows($refs.table)"
- @batchAction="onBatchAction"
+ @clear-selected="clearSelectedRows($refs.table)"
+ @batch-action="onBatchAction"
/>
<b-table
ref="table"
@@ -67,7 +67,7 @@
:value="action.value"
:enabled="action.enabled"
:title="action.title"
- @click:tableAction="onTableRowAction($event, item)"
+ @click-table-action="onTableRowAction($event, item)"
>
<template #icon>
<icon-edit v-if="action.value === 'edit'" />