Add radio values to event booking page
This commit is contained in:
parent
48bcd0637e
commit
70d37d76d3
@ -95,10 +95,10 @@ export default function () {
|
|||||||
</Heading>
|
</Heading>
|
||||||
<RadioGroup onChange={setEventType} value={eventType}>
|
<RadioGroup onChange={setEventType} value={eventType}>
|
||||||
<HStack>
|
<HStack>
|
||||||
<Radio>FoTD</Radio>
|
<Radio value="fotd">FoTD</Radio>
|
||||||
<Radio>Gamenight</Radio>
|
<Radio value="gamenight">Gamenight</Radio>
|
||||||
<Radio>QoTD</Radio>
|
<Radio value="qotd">QoTD</Radio>
|
||||||
<Radio>RoTW</Radio>
|
<Radio value="rotw">RoTW</Radio>
|
||||||
</HStack>
|
</HStack>
|
||||||
</RadioGroup>
|
</RadioGroup>
|
||||||
<br />
|
<br />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user