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