refactor: replace inline journal timeline view with a dedicated Livewire component for improved performance and structure
This commit is contained in:
@@ -15,7 +15,7 @@ use Filament\Schemas\Components\Utilities\Set;
|
||||
use Illuminate\Support\Str;
|
||||
use Filament\Schemas\Components\Tabs;
|
||||
use Filament\Schemas\Components\Tabs\Tab;
|
||||
use Filament\Schemas\Components\View;
|
||||
use Filament\Schemas\Components\Livewire;
|
||||
|
||||
class CareerApplicationForm
|
||||
{
|
||||
@@ -139,8 +139,8 @@ class CareerApplicationForm
|
||||
->nullable()
|
||||
->live(),
|
||||
|
||||
// View::make('filament.components.intern-journal-timeline')
|
||||
// ->columnSpanFull()
|
||||
Livewire::make(\App\Livewire\InternJournalTimeline::class)
|
||||
->columnSpanFull()
|
||||
])
|
||||
])->columnSpanFull()
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user