fix: make github url optional for backend projects (#37936)

This commit is contained in:
Tom
2019-12-20 08:00:33 -06:00
committed by mrugesh
parent 01b37f664f
commit a8a7eeb10d
2 changed files with 2 additions and 6 deletions

View File

@@ -18,7 +18,7 @@ const options = {
solution: 'url',
githubLink: 'url'
},
required: ['solution', 'githubLink']
required: ['solution']
};
export class ProjectForm extends Component {