diff --git a/app/Nova/LibraryItem.php b/app/Nova/LibraryItem.php index 6955d4f4..800ba298 100644 --- a/app/Nova/LibraryItem.php +++ b/app/Nova/LibraryItem.php @@ -71,7 +71,7 @@ class LibraryItem extends Resource StatusField::make('Status',) ->icons([ - 'clock' => $this->status === 'draft', + 'clock' => $this->status === '' || $this->status === 'draft', 'check-circle' => $this->status === 'published', ]) ->tooltip([