Added sub group name of production #354

Merged
jothi merged 1 commits from ranjith-dev into master 2026-02-19 06:31:05 +00:00
2 changed files with 4 additions and 0 deletions
Showing only changes of commit 9e59f3d0fb - Show all commits

View File

@@ -27,6 +27,8 @@ class ProductionCalender extends Page
protected static string $view = 'filament.pages.production-calender';
protected static ?string $navigationGroup = 'Production';
use InteractsWithForms;
protected $listeners = ['setWorkingDays'];

View File

@@ -19,6 +19,8 @@ class ProductionTarget extends Page
protected static string $view = 'filament.pages.production-target';
protected static ?string $navigationGroup = 'Production';
public array $filters = [];