We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8e8f13 commit a959928Copy full SHA for a959928
src/Fields/FileUpload.php
@@ -38,7 +38,7 @@ public static function getDefaultConfig(): array
38
39
public static function make(string $name, ?Field $field = null): FilamentFileUpload
40
{
41
- $config = array_merge(self::getDefaultConfig(), $field?->config ?? []);
+ $config = array_merge(self::getDefaultConfig(), $field->config ?? []);
42
43
$component = FilamentFileUpload::make($name)
44
->label($field->name ?? null)
0 commit comments