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.
2 parents faec20e + 8d6b837 commit 0df8be6Copy full SHA for 0df8be6
src/Forms/Components/PdfViewerField.php
@@ -67,7 +67,7 @@ public function getDiskName(): string
67
return $this->evaluate($this->disk) ?? config('filament.default_filesystem_disk');
68
}
69
70
- public function getFileUrl(?string $state = null): string
+ public function getFileUrl(?string $state = null): ?string
71
{
72
if (empty($state)) {
73
return $this->evaluate($this->fileUrl);
0 commit comments