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