Resolve custom-event-name-casing lint warnings
Signed-off-by: Sukanya Pandey <sukapan1@in.ibm.com>
Change-Id: I9eea4eac3b8cacc216fc9ad1011e51622622e75f
diff --git a/src/views/AccessControl/Ldap/TableRoleGroups.vue b/src/views/AccessControl/Ldap/TableRoleGroups.vue
index ef300ea..5104c23 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'" />