79282816

Date: 2024-12-15 17:36:57
Score: 1.5
Natty:
Report link

You can try putting preserve scroll on your update function. Something like this: const update = () => { form.put(/budget/${props.budget.id}, { preserveScroll: true }); }

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: designatedcoder