File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33namespace App \Filament \App \Pages ;
44
55use Filament \Pages \Page ;
6-
6+ use UnitEnum ;
7+ use BackedEnum ;
78class PedigreeChartPage extends Page
89{
9- protected static ? string $ navigationIcon = 'heroicon-o-chart-bar ' ;
10-
10+ protected static string | BackedEnum | null $ navigationIcon ='heroicon-o-chart-bar ' ;
11+
1112 protected static ?string $ navigationLabel = 'Pedigree Chart ' ;
12-
13- protected static ? string $ navigationGroup = 'Charts & Reports ' ;
14-
13+
14+ protected static string | UnitEnum | null $ navigationGroup = 'Charts & Reports ' ;
15+
1516 protected static ?int $ navigationSort = 1 ;
1617
1718 protected static string $ view = 'filament.app.pages.pedigree-chart-page ' ;
@@ -24,4 +25,4 @@ public function getWidgets(): array
2425 \App \Http \Livewire \PedigreeChartWidget::class,
2526 ];
2627 }
27- }
28+ }
You can’t perform that action at this time.
0 commit comments