Skip to content

Commit a34d686

Browse files
committed
Fix: set default value of settingsExpanded to false in Sidebar component
1 parent 29b0301 commit a34d686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playground/Components/Playground/Sidebar.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
[Parameter] public EventCallback OnCopyShareUrlRequest { get; set; }
180180
[Parameter] public EventCallback OnCreateGitHubIssueRequest { get; set; }
181181

182-
private bool settingsExpanded = true;
182+
private bool settingsExpanded = false;
183183
private bool shareExpanded = true;
184184
private string copyButtonText = "Copy Share URL";
185185

0 commit comments

Comments
 (0)