Removed redundant default value

This commit is contained in:
Thorsten Sommer 2024-11-02 22:50:30 +01:00
parent 442d2c32d2
commit b7ea9ba5c1
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -7,7 +7,7 @@ namespace AIStudio.Components;
public partial class InnerScrolling : MSGComponentBase public partial class InnerScrolling : MSGComponentBase
{ {
[Parameter] [Parameter]
public bool FillEntireHorizontalSpace { get; set; } = false; public bool FillEntireHorizontalSpace { get; set; }
/// <summary> /// <summary>
/// Set the height of anything above the scrolling content; usually a header. /// Set the height of anything above the scrolling content; usually a header.