Skip to content

Commit

Permalink
Merge pull request #7 from ipti/new/registration
Browse files Browse the repository at this point in the history
filtros em beneficiarios e matriculas
  • Loading branch information
jonnypaulino authored May 21, 2024
2 parents 4b03e19 + e9ccddc commit 43db15a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Pages/Classroom/ClassroomOne/RegistrationList/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import { Container, Padding, Row } from "../../../../Styles/styles";
import Empty from "../../../../Components/Empty";
import Loading from "../../../../Components/Loading";
import TextInput from "../../../../Components/TextInput";
import { InputText } from "primereact/inputtext";

const RegistrationList = () => {
return (
Expand Down Expand Up @@ -50,7 +51,7 @@ const RegistrationListPage = () => {
<h2>{classroom?.name}</h2>
<span className="p-input-icon-left">
<i className="pi pi-search" />
<TextInput
<InputText
placeholder="Pesquise pelo nome"
onChange={(e) => {
setFilter(e.target.value);
Expand Down

0 comments on commit 43db15a

Please sign in to comment.