Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkushalpandya <kushal@gitlab.com>2017-09-08 15:02:16 +0300
committerkushalpandya <kushal@gitlab.com>2017-09-11 06:58:51 +0300
commitce884ad308e9dfb3a86f83eb570393d5a6815a4b (patch)
treefa19754407760446a74f30294b0f34d6673fdad2 /app/assets/javascripts/issue_show/stores
parentce14fae5d43247a838debeb5dda7871845d127c8 (diff)
Remove confidential toggle checkbox and related code as no longer necessary
Diffstat (limited to 'app/assets/javascripts/issue_show/stores')
-rw-r--r--app/assets/javascripts/issue_show/stores/index.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/assets/javascripts/issue_show/stores/index.js b/app/assets/javascripts/issue_show/stores/index.js
index f4639e9ed2a..af8b0414266 100644
--- a/app/assets/javascripts/issue_show/stores/index.js
+++ b/app/assets/javascripts/issue_show/stores/index.js
@@ -3,7 +3,6 @@ export default class Store {
this.state = initialState;
this.formState = {
title: '',
- confidential: false,
description: '',
lockedWarningVisible: false,
updateLoading: false,