Fix point update modal

This commit is contained in:
Regalijan 2024-02-28 00:10:43 -05:00
parent 02f15ea736
commit 1768328a6f
Signed by: regalijan
GPG Key ID: 5D4196DA269EF520

View File

@ -174,6 +174,7 @@ export default function () {
newMemberData[memberData.findIndex((m) => m.id === id)].points = points;
setMemberData(newMemberData);
onClose();
}
return (
@ -194,7 +195,7 @@ export default function () {
allowMouseWheel
defaultValue={realtimePoints}
onChange={(n) => setRealtimePoints(parseInt(n))}
pt="8px"
mt="8px"
>
<NumberInputField />
<NumberInputStepper>