Skip to content

Commit

Permalink
Revert row path changes due to bugs and no time to fix
Browse files Browse the repository at this point in the history
Signed-off-by: Philipp Hempel <Philipp.Hempel1@web.de>
  • Loading branch information
Hephi2 committed Aug 7, 2023
1 parent bfe4321 commit ba1de3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/main/sections/Dashboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -317,8 +317,8 @@ export default {
}
},
deleteTable(table) {
emit('tables:table:delete', table)
deleteTable() {
emit('tables:table:delete', this.table)
},
async getSharesForViewFromBE(viewId) {
try {
Expand Down

0 comments on commit ba1de3a

Please sign in to comment.