aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-web/src/main/js/apps/projects-admin/create-view.js
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-web/src/main/js/apps/projects-admin/create-view.js')
-rw-r--r--server/sonar-web/src/main/js/apps/projects-admin/create-view.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/sonar-web/src/main/js/apps/projects-admin/create-view.js b/server/sonar-web/src/main/js/apps/projects-admin/create-view.js
index 07210b6e5d4..fb44ac62486 100644
--- a/server/sonar-web/src/main/js/apps/projects-admin/create-view.js
+++ b/server/sonar-web/src/main/js/apps/projects-admin/create-view.js
@@ -43,7 +43,7 @@ export default ModalForm.extend({
const data = {
name: this.$('#create-project-name').val(),
branch: this.$('#create-project-branch').val(),
- key: this.$('#create-project-key').val()
+ project: this.$('#create-project-key').val()
};
if (this.options.organization) {
data.organization = this.options.organization.key;