Skip to content

Commit

Permalink
fik(KtTable): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Isokaeder committed Jun 5, 2024
1 parent ffe26dd commit cc5fe17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
},
Expand Down

0 comments on commit cc5fe17

Please sign in to comment.