Skip to content

Commit

Permalink
Checkbox div clickable
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminCharmes committed Sep 25, 2024
1 parent 0ed0a03 commit 7770d00
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions webapp/src/components/DynamicDataTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -205,15 +205,6 @@ export default {
this.editable_inventory = EDITABLE_INVENTORY;
},
methods: {
// goToEditPage(event) {
// const { item_id, collection_id } = event.data;
// if (item_id) {
// this.$router.push(`/edit/${item_id}`);
// } else if (collection_id) {
// window.open(`/collections/${collection_id}`, "_blank");
// }
// },
goToEditPage(event) {
const row = event.data;
Expand Down

0 comments on commit 7770d00

Please sign in to comment.