summaryrefslogtreecommitdiff
path: root/src/components/Global/TableRowAction.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Global/TableRowAction.vue')
-rw-r--r--src/components/Global/TableRowAction.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/Global/TableRowAction.vue b/src/components/Global/TableRowAction.vue
index 7e4af499..a12ae801 100644
--- a/src/components/Global/TableRowAction.vue
+++ b/src/components/Global/TableRowAction.vue
@@ -19,7 +19,7 @@
:aria-label="title"
:title="title"
:disabled="!enabled"
- @click="$emit('click:tableAction', value)"
+ @click="$emit('click-table-action', value)"
>
<slot name="icon">
{{ title }}