Skip to content

Commit

Permalink
refactor: unify help request edit and create forms
Browse files Browse the repository at this point in the history
  • Loading branch information
Pinx0 committed Nov 9, 2024
1 parent 78b1723 commit 9c7b4a3
Show file tree
Hide file tree
Showing 17 changed files with 214 additions and 800 deletions.
2 changes: 1 addition & 1 deletion src/app/ofertas/editar/[id]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ export default async function EditarSolicitud({ params }: { params: Promise<{ id
}
const numberId = Number(id);
const request = await helpRequestService.getOne(numberId);
return <EditHelpOffer request={request} id={numberId} />;
return <EditHelpOffer request={request} />;
}
217 changes: 0 additions & 217 deletions src/app/solicitar-ayuda/_components/Form/FormContainer.tsx

This file was deleted.

Loading

0 comments on commit 9c7b4a3

Please sign in to comment.