Commented unused lines
This commit is contained in:
@@ -24,6 +24,7 @@ use Filament\Forms\Components\Section;
|
|||||||
use Filament\Notifications\Notification;
|
use Filament\Notifications\Notification;
|
||||||
use Filament\Tables\Actions\ExportAction;
|
use Filament\Tables\Actions\ExportAction;
|
||||||
use Livewire\Livewire;
|
use Livewire\Livewire;
|
||||||
|
// use Filament\Forms\Components\View;
|
||||||
|
|
||||||
class ProductionQuantityResource extends Resource
|
class ProductionQuantityResource extends Resource
|
||||||
{
|
{
|
||||||
@@ -857,9 +858,10 @@ class ProductionQuantityResource extends Resource
|
|||||||
->readOnly(),
|
->readOnly(),
|
||||||
Forms\Components\Hidden::make('operator_id')
|
Forms\Components\Hidden::make('operator_id')
|
||||||
->default(Filament::auth()->user()->name),
|
->default(Filament::auth()->user()->name),
|
||||||
|
|
||||||
])
|
])
|
||||||
->columns(12), //6
|
->columns(12), //6
|
||||||
|
|
||||||
|
//View::make('filament.pages.hourly-production'),
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user