diff --git a/packages/kotti-ui/source/kotti-table/components/TableRowCell.jsx b/packages/kotti-ui/source/kotti-table/components/TableRowCell.jsx index 523b35af23..787caa00cb 100644 --- a/packages/kotti-ui/source/kotti-table/components/TableRowCell.jsx +++ b/packages/kotti-ui/source/kotti-table/components/TableRowCell.jsx @@ -35,7 +35,7 @@ export const TableRowCell = { methods: { cellClick($event, data) { if (data.column.disableRowClick) { - $event.stopPropogation() + $event.stopPropagation() } this[KT_TABLE].$emit('cellClick', data) },