File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -211,14 +211,14 @@ public static function table(Table $table): Table
211211 })
212212 ->toggleable (isToggledHiddenByDefault: true ),
213213 Tables \Columns \IconColumn::make ('is_favorite ' )
214- ->label ('' )
214+ ->label ('Favorite ' )
215215 ->icon (fn (bool $ state ): string => $ state ? 'heroicon-s-star ' : 'heroicon-o-star ' )
216216 ->color (fn (bool $ state ): string => $ state ? 'warning ' : 'gray ' )
217217 ->action (function (LibraryItem $ record ): void {
218218 $ record ->toggleFavorite ();
219219 })
220220 ->tooltip (fn (bool $ state ): string => $ state ? 'Remove from favorites ' : 'Add to favorites ' )
221- ->toggleable (isToggledHiddenByDefault: true ),
221+ ->toggleable (),
222222 ])
223223 ->filters ([
224224 Tables \Filters \SelectFilter::make ('type ' )
You can’t perform that action at this time.
0 commit comments