From 79a29f071fd01d8c0dcc5239bbcc15812a5cbc08 Mon Sep 17 00:00:00 2001 From: Benjamin Takats Date: Tue, 6 Dec 2022 20:21:53 +0100 Subject: [PATCH] LibraryItemType enum added --- app/Http/Livewire/Tables/LibraryItemTable.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Livewire/Tables/LibraryItemTable.php b/app/Http/Livewire/Tables/LibraryItemTable.php index fa8d2e75..7a3b464d 100644 --- a/app/Http/Livewire/Tables/LibraryItemTable.php +++ b/app/Http/Livewire/Tables/LibraryItemTable.php @@ -122,7 +122,7 @@ class LibraryItemTable extends DataTableComponent Column::make("Art", "type") ->format( function ($value, $row, Column $column) { - return '' .LibraryItemType::labels()[$value]