We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9604c37 commit 0c76cc0Copy full SHA for 0c76cc0
1 file changed
src/commands/blueprint/list.tsx
@@ -658,9 +658,10 @@ const ListBlueprintsUI = ({
658
setShowCreateDevbox(false);
659
setSelectedBlueprint(null);
660
}}
661
- onCreate={() => {
+ onCreate={(devbox) => {
662
663
664
+ navigate("devbox-detail", { devboxId: devbox.id });
665
666
initialBlueprintId={selectedBlueprint.id}
667
/>
0 commit comments