fixed build
This commit is contained in:
parent
1095b57366
commit
de8ebff8bb
|
|
@ -26,7 +26,7 @@ export const AdminPanel = () => {
|
|||
<CountInput
|
||||
value={gameState.round}
|
||||
onChange={(value) => {
|
||||
mutation.mutate({ round: value });
|
||||
mutation.mutate({ ...gameState, round: value });
|
||||
}}
|
||||
/>
|
||||
</HStack>
|
||||
|
|
|
|||
Loading…
Reference in New Issue