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
27aafc13
Commit
27aafc13
authored
6 years ago
by
akshitkrnagpal
Committed by
Saúl Ibarra Corretgé
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Minor fix in SettingsButton component
parent
541cfd34
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
app/features/settings/components/SettingsButton.js
+4
-4
4 additions, 4 deletions
app/features/settings/components/SettingsButton.js
with
4 additions
and
4 deletions
app/features/settings/components/SettingsButton.js
+
4
−
4
View file @
27aafc13
...
...
@@ -29,9 +29,9 @@ const drawerShortcut = [ 'command+,', 'ctrl+shift+s' ];
/**
* Setttings button for Navigation Bar.
*/
class
SettingButton
extends
Component
<
Props
,
*>
{
class
Setting
s
Button
extends
Component
<
Props
,
*>
{
/**
* Initializes a new {@code SettingButton} instance.
* Initializes a new {@code Setting
s
Button} instance.
*
* @inheritdoc
*/
...
...
@@ -74,7 +74,7 @@ class SettingButton extends Component<Props, *> {
_onIconClick
:
(
*
)
=>
void
;
/**
* Open Settings drawer when SettingButton is clicked.
* Open Settings drawer when Setting
s
Button is clicked.
*
* @returns {void}
*/
...
...
@@ -83,4 +83,4 @@ class SettingButton extends Component<Props, *> {
}
}
export
default
connect
()(
SettingButton
);
export
default
connect
()(
Setting
s
Button
);
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