Skip to content

Commit

Permalink
Lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Nov 20, 2019
1 parent b37a325 commit 965ef45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/datatable/DataTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ export default {
}
this.$emit('row-click', event);
if (this.selectionMode) {
const rowData = e.data;
const rowIndex = e.index;
Expand Down

0 comments on commit 965ef45

Please sign in to comment.