Skip to content

Commit

Permalink
Default to compact panel layout
Browse files Browse the repository at this point in the history
  • Loading branch information
jacksleight committed Feb 21, 2022
1 parent ab77e3a commit ac1546f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/forms/src/Components/FileUpload.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class FileUpload extends BaseFileUpload

protected string | Closure | null $panelAspectRatio = null;

protected string | Closure | null $panelLayout = null;
protected string | Closure | null $panelLayout = 'compact';

protected string | Closure $removeUploadedFileButtonPosition = 'left';

Expand Down

0 comments on commit ac1546f

Please sign in to comment.