feat: Add BulkActionGroup and TextInput imports to CategoryResource.
This commit is contained in:
parent
09717f8652
commit
cc210345f0
@ -13,6 +13,8 @@
|
||||
use App\Filament\Support\CheerfulNotification;
|
||||
use App\Models\Category;
|
||||
use BackedEnum;
|
||||
use Filament\Actions\BulkActionGroup;
|
||||
use Filament\Forms\Components\TextInput;
|
||||
use Filament\Resources\Resource;
|
||||
use Filament\Schemas\Schema;
|
||||
use Filament\Support\Enums\Width;
|
||||
|
||||
@ -9,10 +9,10 @@
|
||||
|
||||
class ManageCategories extends ManageRecords
|
||||
{
|
||||
protected static ?string $title = 'Kategori';
|
||||
|
||||
protected static string $resource = CategoryResource::class;
|
||||
|
||||
protected static ?string $title = 'Kategori';
|
||||
|
||||
protected function getHeaderActions(): array
|
||||
{
|
||||
return [
|
||||
|
||||
Loading…
Reference in New Issue
Block a user