Skip to content

Commit 8e363dd

Browse files
sarg3ntCopilot
andauthored
Apply suggestion from @Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 1281596 commit 8e363dd

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

gearbox/internal/framework/dashboard/storage.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,9 +209,7 @@ func (s *Storage) CreateDefaultDashboard() error {
209209
return nil
210210
}
211211

212-
// Create default dashboard with no widgets.
213-
// Empty dashboards auto-redirect to edit mode with the widget palette open,
214-
// so users can immediately start adding widgets.
212+
// Create a default, empty, editable dashboard so users can configure it as needed.
215213
dashboard := &Dashboard{
216214
Version: "1.0",
217215
Name: "Dashboard",

0 commit comments

Comments
 (0)