Skip to content

Commit

Permalink
Disable right sidebar for now
Browse files Browse the repository at this point in the history
  • Loading branch information
G4brym committed Jan 15, 2024
1 parent 984bb97 commit 9606dbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dashboard-v2/src/components/main/RightSidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export default defineComponent({
},
methods: {
openFileDetails: function(row) {
this.$emit('updateDrawer', true)
// this.$emit('updateDrawer', true) // TODO: enable
console.log(row)
},
},
Expand Down

0 comments on commit 9606dbb

Please sign in to comment.