Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
community
pount
pount-front
Commits
7438f9bc
Commit
7438f9bc
authored
Jul 30, 2021
by
Yoran Hillion
Committed by
Jean Rabreau
Sep 06, 2021
Browse files
fix: Fixes no-unused-var in Search.vue
parent
f86ac7f5
Pipeline
#59982
passed with stages
in 5 minutes and 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/views/Search.vue
View file @
7438f9bc
...
...
@@ -212,8 +212,7 @@ export default {
.
then
((
response
)
=>
{
this
.
tabs
[
`
${
mode
}
`
].
results
=
this
.
formatResults
(
response
.
data
.
results
,
mode
);
this
.
tabs
[
`
${
mode
}
`
].
serverItemsLength
=
response
.
data
.
count
;
}).
catch
((
error
)
=>
{
});
})
},
onSearch
()
{
this
.
tabsRoot
.
forEach
((
tab
)
=>
this
.
search
(
tab
));
...
...
Write
Preview
Supports
Markdown
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