Skip to content

Commit

Permalink
fix(112854): Layout filtro
Browse files Browse the repository at this point in the history
Adiciona classe ao input
  • Loading branch information
Lucas-Santos-Rocha-dev committed Jan 24, 2024
1 parent e3a50a6 commit b343042
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ return (
value={tipoUnidade}
onChange={handleChange}
placeholder="Filtrar por tipo de unidade"
className="form-control"
>
<option value="">Selecione o tipo de unidade</option>
{tabelaAssociacoes.tipos_unidade && tabelaAssociacoes.tipos_unidade.length > 0 && tabelaAssociacoes.tipos_unidade.filter(element=> element.id !== 'ADM' && element.id !== 'DRE' && element.id !== 'IFSP' && element.id !== 'CMCT').map(item => (
Expand Down

0 comments on commit b343042

Please sign in to comment.