Skip to content

Commit

Permalink
[visual-editor] Change the default view (#4137)
Browse files Browse the repository at this point in the history
  • Loading branch information
paullewis authored Jan 15, 2025
1 parent b224e8d commit 70a0896
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/brave-waves-look.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@breadboard-ai/visual-editor": patch
---

Change the default view
2 changes: 1 addition & 1 deletion packages/visual-editor/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export class Main extends LitElement {
showNewWorkspaceItemOverlay = false;

@state()
view: "deploy" | "create" = "deploy";
view: "deploy" | "create" = "create";

@state()
showBoardOverflowMenu = false;
Expand Down

0 comments on commit 70a0896

Please sign in to comment.