Skip to content

Commit 6f47f24

Browse files
committed
Set first deck's lang to python
1 parent 45d7673 commit 6f47f24

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ui/src/components/repo/pod.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -472,6 +472,8 @@ export function Deck(props) {
472472
parent: pod.id,
473473
type: "DECK",
474474
index: pod.children.length,
475+
// FIXME hard-coded python. Only support python for now.
476+
lang: "python",
475477
})
476478
);
477479
}}

0 commit comments

Comments
 (0)