Skip to content
Snippets Groups Projects
Commit 79d60ee5 authored by lfr20's avatar lfr20
Browse files

npm install + changed to Uppercase the first letter

parent 56ca2150
No related branches found
No related tags found
4 merge requests!57Merge of develop into master,!56Fixed buttons reportar, seguir, compartilhar, guardar and entrar (in comments...,!39Update admin system,!32Homologa
......@@ -169,7 +169,7 @@ export default function Search(props) {
<span style={{ alignSelf: "center", marginRight: 10 }}>
MOSTRAR:
</span>
<select
<Select
style={{ backgroundColor: "transparent", border: "none" }}
value={option}
onChange={(e) => {
......@@ -183,7 +183,7 @@ export default function Search(props) {
{item.label}
</option>
))}
</select>
</Select>
</div>
</Grid>
<Grid
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment