update bindle form

This commit is contained in:
HolgerHatGarKeineNode
2023-08-03 18:53:22 +02:00
parent d67fc518ba
commit a77e178ba8

View File

@@ -15,6 +15,7 @@ class Gallery extends Component
{
$this->bindles = LibraryItem::query()
->where('type', 'bindle')
->latest('id')
->get();
}