Skip to content

Commit

Permalink
removed search
Browse files Browse the repository at this point in the history
  • Loading branch information
guipeeix7 committed Jan 11, 2025
1 parent 1590f1e commit ee9e531
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Pages/Protected/Roles/RolesUpdatePage/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -145,15 +145,15 @@ export default function RolesUpdatePage() {
)}

{/* Campo de pesquisa para permissões */}
<div className="permission-search-box">
{/* <div className="permission-search-box">
<h3>Pesquisar Permissões</h3>
<FieldText
label="Pesquisar Permissão"
value={searchQuery}
onChange={(e) => handleSearch(e.target.value)}
placeholder="Digite o nome da permissão"
/>
</div>
</div> */}

{/* Lista de permissões */}
<div className="permission-list-box">
Expand Down

0 comments on commit ee9e531

Please sign in to comment.