mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
publishing library items
This commit is contained in:
@@ -71,7 +71,7 @@ class LibraryItem extends Resource
|
|||||||
|
|
||||||
StatusField::make('Status',)
|
StatusField::make('Status',)
|
||||||
->icons([
|
->icons([
|
||||||
'clock' => $this->status === 'draft',
|
'clock' => $this->status === '' || $this->status === 'draft',
|
||||||
'check-circle' => $this->status === 'published',
|
'check-circle' => $this->status === 'published',
|
||||||
])
|
])
|
||||||
->tooltip([
|
->tooltip([
|
||||||
|
|||||||
Reference in New Issue
Block a user