Updated map type drop down with disable and more descriptive option

This commit is contained in:
Mitchell McCaffrey 2020-07-01 08:44:07 +10:00
parent f1ddaa20ab
commit 128d21bb20

View File

@ -84,9 +84,13 @@ function MapSettings({
<Flex my={2} sx={{ alignItems: "center" }}>
<Box sx={{ width: "50%" }}>
<Label>Grid Type</Label>
<Select defaultValue="Square" my={1}>
<Select
defaultValue="Square"
my={1}
disabled={mapEmpty || map.type === "default"}
>
<option>Square</option>
<option disabled>Hex</option>
<option disabled>Hex (Coming Soon)</option>
</Select>
</Box>
<Label sx={{ width: "50%" }} ml={2}>