We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbb4c6c commit 883ae64Copy full SHA for 883ae64
src/pages/EditShelterSupply/EditShelterSupply.tsx
@@ -186,8 +186,7 @@ const EditShelterSupply = () => {
186
<div className="p-4 flex flex-col max-w-5xl w-full gap-3 items-start">
187
<h6 className="text-2xl font-semibold">Editar itens do abrigo</h6>
188
<p className="text-muted-foreground">
189
- Para cada item da lista abaixo, informe a disponibilidade no abrigo
190
- selecionado
+ Antes de adicionar um novo item, confira na busca abaixo se ele já não foi cadastrado.
191
</p>
192
<div className="w-full my-2">
193
<SupplySearch
0 commit comments