From cb8dac63fecf03b030b1291adf4262783fa070b1 Mon Sep 17 00:00:00 2001 From: Yoga Pangestu Date: Thu, 8 Jan 2026 08:31:44 +0700 Subject: [PATCH] fix(news): Update category placeholder text in news table - Change placeholder text from 'Tidak ada tag' to 'Tidak ada kategori' for the categories column --- app/Filament/Resources/Publication/News/Tables/NewsTable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Filament/Resources/Publication/News/Tables/NewsTable.php b/app/Filament/Resources/Publication/News/Tables/NewsTable.php index d21b7b9..224b049 100644 --- a/app/Filament/Resources/Publication/News/Tables/NewsTable.php +++ b/app/Filament/Resources/Publication/News/Tables/NewsTable.php @@ -45,7 +45,7 @@ public static function configure(Table $table): Table ->limitList(3) ->expandableLimitedList() ->badge() - ->placeholder('Tidak ada tag'), + ->placeholder('Tidak ada kategori'), TextColumn::make('tags.name') ->label('Tag')