Skip to content

Commit

Permalink
Merge branch 'fix/112854-layout-filtro-unidade' of https://github.com…
Browse files Browse the repository at this point in the history
  • Loading branch information
rayanemsantos committed Jan 31, 2024
2 parents ccd1e85 + b343042 commit 02a684b
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 02a684b

Please sign in to comment.