Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
Frontend-MECRED
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
Package registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
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
MECRED
Frontend-MECRED
Commits
e60e9e80
Commit
e60e9e80
authored
1 month ago
by
esrsc23
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#307
: FIX Correction to the filter modal
parent
5ef0ea30
No related branches found
No related tags found
1 merge request
!290
Issue #307: FIX Correction to the filter modal
Pipeline
#42108
passed
1 month ago
Stage: build
Changes
3
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/app/components/FormFilters.js
+1
-1
1 addition, 1 deletion
src/app/components/FormFilters.js
src/app/components/GroupCardsCollections.js
+0
-2
0 additions, 2 deletions
src/app/components/GroupCardsCollections.js
src/app/perfil/[id]/page.js
+0
-1
0 additions, 1 deletion
src/app/perfil/[id]/page.js
with
1 addition
and
4 deletions
src/app/components/FormFilters.js
+
1
−
1
View file @
e60e9e80
...
...
@@ -247,7 +247,7 @@ export default function FormFilters({
<
FieldLabel
name
=
"
Grandes Áreas
"
/>
<
FormGroup
className
=
"
flex flex-wrap mb-
5
"
row
>
<
FormGroup
className
=
"
flex flex-wrap mb-
11
"
row
>
{
subjectsAvailable
?.
map
((
subj
,
index
)
=>
(
<
FormControlLabel
className
=
"
w-64
"
...
...
This diff is collapsed.
Click to expand it.
src/app/components/GroupCardsCollections.js
+
0
−
2
View file @
e60e9e80
...
...
@@ -12,8 +12,6 @@ export default function GroupCardsCollections({ data, cardsPerRow, collectionId
const
[
showButton
,
setShowButton
]
=
useState
(
false
);
const
router
=
useRouter
()
console
.
log
(
data
)
const
handleResize
=
(
data
)
=>
{
setShowButton
(
data
?.
length
>
cardsPerRow
);
};
...
...
This diff is collapsed.
Click to expand it.
src/app/perfil/[id]/page.js
+
0
−
1
View file @
e60e9e80
...
...
@@ -105,7 +105,6 @@ export default function Perfil({ params }) {
.
get
(
`/users/
${
id
}
`
)
.
then
(({
data
})
=>
{
setProfileData
(
data
);
console
.
log
(
data
)
})
.
catch
(()
=>
setError
(
true
))
}
...
...
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