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
de628e64
Commit
de628e64
authored
Dec 09, 2020
by
Dheeraj Joshi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix invalid prop warning in On-demand scans
parent
d9ad3c6d
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
2 deletions
+9
-2
ee/app/assets/javascripts/on_demand_scans/components/on_demand_scans_app.vue
...cripts/on_demand_scans/components/on_demand_scans_app.vue
+2
-1
ee/app/assets/javascripts/on_demand_scans/components/on_demand_scans_form.vue
...ripts/on_demand_scans/components/on_demand_scans_form.vue
+2
-1
ee/changelogs/unreleased/djadmin-dast-branch-warning.yml
ee/changelogs/unreleased/djadmin-dast-branch-warning.yml
+5
-0
No files found.
ee/app/assets/javascripts/on_demand_scans/components/on_demand_scans_app.vue
View file @
de628e64
...
@@ -17,7 +17,8 @@ export default {
...
@@ -17,7 +17,8 @@ export default {
},
},
defaultBranch
:
{
defaultBranch
:
{
type
:
String
,
type
:
String
,
required
:
true
,
required
:
false
,
default
:
''
,
},
},
emptyStateSvgPath
:
{
emptyStateSvgPath
:
{
type
:
String
,
type
:
String
,
...
...
ee/app/assets/javascripts/on_demand_scans/components/on_demand_scans_form.vue
View file @
de628e64
...
@@ -91,7 +91,8 @@ export default {
...
@@ -91,7 +91,8 @@ export default {
},
},
defaultBranch
:
{
defaultBranch
:
{
type
:
String
,
type
:
String
,
required
:
true
,
required
:
false
,
default
:
''
,
},
},
},
},
inject
:
{
inject
:
{
...
...
ee/changelogs/unreleased/djadmin-dast-branch-warning.yml
0 → 100644
View file @
de628e64
---
title
:
Fix invalid prop warning in On-demand scans
merge_request
:
49472
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