Skip to content

Commit

Permalink
prefill in open screen
Browse files Browse the repository at this point in the history
  • Loading branch information
jwunderl committed Sep 15, 2024
1 parent d01d45b commit dc00d3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/projects.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1483,7 +1483,7 @@ export class NewProjectDialog extends data.Component<ISettingsProps, NewProjectD
show = () => {
pxt.tickEvent('newprojectdialog.show', undefined, { interactiveConsent: false });
this.setState({
name: "",
name: pxt.commands.getDefaultProjectName?.() || "",
emoji: "",
visible: true,
languageRestriction: pxt.editor.LanguageRestriction.Standard
Expand Down

0 comments on commit dc00d3c

Please sign in to comment.