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 883ae64 commit 58ed488Copy full SHA for 58ed488
src/pages/EditShelterSupply/EditShelterSupply.tsx
@@ -202,6 +202,10 @@ const EditShelterSupply = () => {
202
onAddNewItem={() => navigate(`/abrigo/${shelterId}/item/cadastrar`)}
203
/>
204
</div>
205
+
206
+ <p className="text-muted-foreground mt-3">
207
+ Para cada item da lista abaixo, informe a disponibilidade no abrigo selecionado.
208
+ </p>
209
<div className="flex flex-col gap-2 w-full my-4">
210
{Object.entries(supplyGroups).map(([key, values], idx) => {
211
const items: ISupplyRowItemProps[] = values
0 commit comments