Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
fairmeeting
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hosting
fairmeeting
Commits
c0f5d0e2
Commit
c0f5d0e2
authored
6 years ago
by
Akshit Kr Nagpal
Committed by
Saúl Ibarra Corretgé
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Added Prop validation in Navbar Component
parent
8ecfab1b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/features/navbar/components/Navbar.js
+9
-1
9 additions, 1 deletion
app/features/navbar/components/Navbar.js
with
9 additions
and
1 deletion
app/features/navbar/components/Navbar.js
+
9
−
1
View file @
c0f5d0e2
...
...
@@ -12,10 +12,18 @@ import { isElectronMac } from '../../utils';
import
HelpButton
from
'
./HelpButton
'
;
import
Logo
from
'
./Logo
'
;
type
Props
=
{
/**
* Whether Settings Drawer is open or not.
*/
_isSettingsDrawerOpen
:
boolean
;
};
/**
* Navigation Bar component.
*/
class
Navbar
extends
Component
<*>
{
class
Navbar
extends
Component
<
Props
,
*>
{
/**
* Get the array of Primary actions of Global Navigation.
*
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment