Skip to content

Commit

Permalink
feat(ajout): supression de l'alerte
Browse files Browse the repository at this point in the history
  • Loading branch information
alebret committed Feb 3, 2023
1 parent df6b1c7 commit cc9faad
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pages/ajout-demande.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,11 +94,6 @@ export default function AjoutDemande() {
return <div>
<LoggedState showButton={false} />

<Alert
title="Page en cours de développement"
severity="info"
/>

{isLogged &&
<form onSubmit={createNewContact}>
<Input
Expand Down

0 comments on commit cc9faad

Please sign in to comment.