Skip to content
Snippets Groups Projects
Commit cd602929 authored by Hermann's avatar Hermann
Browse files

fix clicking on table rows

parent 0bd1cf9c
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ export default class TableView {
compactFront: true,
compact: true,
content: m('div', {
onclick() {
onclick: () => {
if (this.clickOnRows) { m.route.set(`/${data._links.self.href}`); }
},
className: 'tableTile',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment