Skip to content

Commit

Permalink
fix: column selection without table
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-to committed Dec 19, 2024
1 parent e02be10 commit e387808
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/UI/resources/js/Components/TableBuilder.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@ export default (
})
},
initColumnSelection() {
if (!this.table) {
return
}

if (!this.block) {
return
}
Expand Down

0 comments on commit e387808

Please sign in to comment.