Skip to content

Commit

Permalink
Correção regex
Browse files Browse the repository at this point in the history
  • Loading branch information
isadoragalvaoss committed Jul 10, 2023
1 parent 4617ad1 commit 4e4fb3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/form/FormularioSolicitacaoAcao.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ const SolicitacaoAcaoForm: React.FC = () => {
<Select
mode="multiple"
placeholder="Selecione os ciclos de ensino da escola"
className="inputForm form-item-select"
className="select-etapas-acao"
loading={!etapasDeEnsino}
onMouseDown={getEtapasDeEnsino}
notFoundContent={<p>Carregando...</p>}
Expand Down

0 comments on commit 4e4fb3d

Please sign in to comment.