mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-05-02 20:19:47 +00:00
Removed redundant default value
This commit is contained in:
parent
442d2c32d2
commit
b7ea9ba5c1
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user