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.
2 parents 3abb619 + 10862f8 commit c731f41Copy full SHA for c731f41
app/Filament/Pages/TimesheetDashboard.php
@@ -13,6 +13,8 @@ class TimesheetDashboard extends Page
13
14
protected static string $view = 'filament::pages.dashboard';
15
16
+ protected static bool $shouldRegisterNavigation = false;
17
+
18
protected function getColumns(): int | array
19
{
20
return 6;
app/Filament/Resources/TimesheetResource.php
@@ -23,6 +23,8 @@ class TimesheetResource extends Resource
23
24
protected static ?int $navigationSort = 4;
25
26
27
28
protected static function getNavigationLabel(): string
29
30
return __('Timesheet');
0 commit comments