Disable right sidebar for now

This commit is contained in:
Gabriel Massadas
2024-01-15 22:35:34 +00:00
parent 984bb97ed6
commit 9606dbbfb5
@@ -150,7 +150,7 @@ export default defineComponent({
},
methods: {
openFileDetails: function(row) {
this.$emit('updateDrawer', true)
// this.$emit('updateDrawer', true) // TODO: enable
console.log(row)
},
},