Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
b885e2c1
Commit
b885e2c1
authored
Jun 30, 2020
by
Savas Vedova
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change required value for props
parent
5d0b22da
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
2 deletions
+9
-2
ee/app/assets/javascripts/security_dashboard/components/first_class_project_security_dashboard.vue
...ard/components/first_class_project_security_dashboard.vue
+4
-2
ee/changelogs/unreleased/make-user-callout-not-required.yml
ee/changelogs/unreleased/make-user-callout-not-required.yml
+5
-0
No files found.
ee/app/assets/javascripts/security_dashboard/components/first_class_project_security_dashboard.vue
View file @
b885e2c1
...
...
@@ -57,11 +57,13 @@ export default {
},
userCalloutId
:
{
type
:
String
,
required
:
true
,
required
:
false
,
default
:
''
,
},
userCalloutsPath
:
{
type
:
String
,
required
:
true
,
required
:
false
,
default
:
''
,
},
},
data
()
{
...
...
ee/changelogs/unreleased/make-user-callout-not-required.yml
0 → 100644
View file @
b885e2c1
---
title
:
Change required value for user callout props
merge_request
:
35620
author
:
type
:
fixed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment