Skip to content

Commit 29490a2

Browse files
Fix static view
1 parent f9b27b7 commit 29490a2

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

app/Filament/App/Pages/DescendantChartPage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class DescendantChartPage extends Page
1515

1616
protected static ?int $navigationSort = 2;
1717

18-
protected static string $view = 'filament.app.pages.descendant-chart-page';
18+
protected string $view = 'filament.app.pages.descendant-chart-page';
1919

2020
protected static ?string $title = 'Descendant Chart';
2121

app/Filament/App/Pages/PedigreeChartPage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class PedigreeChartPage extends Page
1515

1616
protected static ?int $navigationSort = 1;
1717

18-
protected static string $view = 'filament.app.pages.pedigree-chart-page';
18+
protected string $view = 'filament.app.pages.pedigree-chart-page';
1919

2020
protected static ?string $title = 'Pedigree Chart';
2121

app/Filament/App/Pages/PremiumDashboardPage.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class PremiumDashboardPage extends Page
1919

2020
protected static ?int $navigationSort = 1;
2121

22-
protected static string $view = 'filament.app.pages.premium-dashboard-page';
22+
protected string $view = 'filament.app.pages.premium-dashboard-page';
2323

2424
protected static ?string $title = 'Premium Dashboard';
2525

0 commit comments

Comments
 (0)