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 6279cba commit 20968a2Copy full SHA for 20968a2
manager_dashboard/manager_dashboard/js/uploadProjects.js
@@ -23,9 +23,9 @@ function getFormInput() {
23
24
// add limit how many tasks a user can work on
25
maxTasksPerUser = document.getElementById("maxTasksPerUser").value
26
- if (maxTasksPerUser > 0) {
27
- form_data.maxTasksPerUser = maxTasksPerUser
28
- }
+ if (maxTasksPerUser > 0) {
+ form_data.maxTasksPerUser = maxTasksPerUser
+ }
29
30
visibility = document.getElementById("visibility").value
31
// add teamId if visibility is not set to public
0 commit comments