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 2744ea4 commit eeb7e34Copy full SHA for eeb7e34
client/modules/IDE/components/Toolbar.jsx
@@ -32,7 +32,7 @@ class Toolbar extends React.Component {
32
}
33
34
validateProjectName() {
35
- if (this.props.project.name === '') {
+ if ((this.props.project.name.trim()).length === 0) {
36
this.props.setProjectName(this.originalProjectName);
37
38
0 commit comments