Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix point update modal
  • Loading branch information
regalijan committed Feb 28, 2024
1 parent 02f15ea commit 1768328
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/routes/et-members.tsx
Expand Up @@ -174,6 +174,7 @@ export default function () {
newMemberData[memberData.findIndex((m) => m.id === id)].points = points;

setMemberData(newMemberData);
onClose();
}

return (
Expand All @@ -194,7 +195,7 @@ export default function () {
allowMouseWheel
defaultValue={realtimePoints}
onChange={(n) => setRealtimePoints(parseInt(n))}
pt="8px"
mt="8px"
>
<NumberInputField />
<NumberInputStepper>
Expand Down

0 comments on commit 1768328

Please sign in to comment.