Skip to content

Commit

Permalink
Fix issue preventing column toggle from displaying on lenses (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
milewski authored Jan 7, 2024
1 parent 3e64883 commit b8732ae
Show file tree
Hide file tree
Showing 5 changed files with 508 additions and 405 deletions.
2 changes: 1 addition & 1 deletion dist/css/tool.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/js/tool.js

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"nova:install": "npm --prefix='../../vendor/laravel/nova' ci"
},
"devDependencies": {
"@vue/compiler-sfc": "^3.3.8",
"laravel-mix": "^6.0.41",
"@vue/compiler-sfc": "^3.4.5",
"laravel-mix": "^6.0.49",
"mix-tailwindcss": "^1.3.0",
"postcss": "^8.3.11",
"tailwindcss": "^3.3.5",
"vue-loader": "^17.3.1",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1",
"vue-loader": "^17.4.2",
"vuedraggable": "^4.1.0"
}
}
2 changes: 1 addition & 1 deletion resources/js/tool.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Nova.booting(app => {
container.classList.add('column-toggler')

const relationship = this.actionQueryString?.viaRelationship
const resourceName = this.resourceName
const resourceName = this.isLensView ? this.lens : this.resourceName

let target

Expand Down
Loading

0 comments on commit b8732ae

Please sign in to comment.