Fix point update modal
This commit is contained in:
parent
02f15ea736
commit
1768328a6f
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user