mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
submit contents
This commit is contained in:
@@ -141,7 +141,6 @@ class LibraryItemForm extends Component
|
|||||||
)
|
)
|
||||||
->toArray(),
|
->toArray(),
|
||||||
'libraries' => Library::query()
|
'libraries' => Library::query()
|
||||||
->where('is_public', true)
|
|
||||||
->get()
|
->get()
|
||||||
->map(fn($library) => [
|
->map(fn($library) => [
|
||||||
'id' => $library->id,
|
'id' => $library->id,
|
||||||
|
|||||||
Reference in New Issue
Block a user