fix: make github url optional for backend projects (#37936)
This commit is contained in:
@@ -18,7 +18,7 @@ const options = {
|
||||
solution: 'url',
|
||||
githubLink: 'url'
|
||||
},
|
||||
required: ['solution', 'githubLink']
|
||||
required: ['solution']
|
||||
};
|
||||
|
||||
export class ProjectForm extends Component {
|
||||
|
Reference in New Issue
Block a user