We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba29ffd commit 0c72965Copy full SHA for 0c72965
composer.json
@@ -21,7 +21,7 @@
21
"spatie/laravel-ray": "^1.37"
22
},
23
"conflict": {
24
- "laravel/nova": "<5.0.5 || >=6.0.0"
+ "laravel/nova": "<5.0.7 || >=6.0.0"
25
26
"autoload": {
27
"psr-4": {
dist/mixins/HandlesPanelVisibility.d.ts
@@ -1,7 +1,7 @@
1
declare namespace _default {
2
let emits: string[];
3
function data(): {
4
- visibleFieldsForPanel: {};
+ visibleFieldsForPanel: any;
5
};
6
function created(): void;
7
namespace methods {
0 commit comments