Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PortalMEC-React
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
Harbor Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
PortalMEC
PortalMEC-React
Merge requests
!68
Fix search production
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix search production
fix_search_production
into
Develop
Overview
0
Commits
6
Pipelines
0
Changes
3
Merged
lfr20
requested to merge
fix_search_production
into
Develop
3 years ago
Overview
0
Commits
6
Pipelines
0
Changes
3
Expand
0
0
Merge request reports
Viewing commit
86d4feb1
Prev
Next
Show latest version
3 files
+
111
−
619
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
Expand all files
Files
3
Search (e.g. *.vue) (Ctrl+P)
86d4feb1
fixed search
· 86d4feb1
lfr20
authored
3 years ago
src/Components/SearchExpansionPanel/SearchExpansionPanel.js
+
1
−
1
Options
@@ -86,7 +86,7 @@ export default function SearchExpansionPanel(props) {
})
}
else
props
.
onChange
(
"
tag
"
,
keyWords
)
props
.
setTag
(
keyWords
)
}
}
Loading