Skip to content

Commit 7007656

Browse files
committed
use the new default here instead
1 parent dae649d commit 7007656

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Fieldtypes/Assets/Assets.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ protected function configFieldItems(): array
4141
'max_items' => 1,
4242
'mode' => 'select',
4343
'required' => true,
44-
'default' => AssetContainer::all()->count() == 1 ? AssetContainer::all()->first()->handle() : null,
4544
'force_in_config' => true,
4645
'width' => '50',
4746
],

0 commit comments

Comments
 (0)