various display updates to use the custom grain name and colors

This commit is contained in:
csawatzky 2025-12-17 14:04:37 -06:00
parent e2ad43975d
commit be8dc1d11f
8 changed files with 64 additions and 46 deletions

View file

@ -65,7 +65,7 @@ export default function CustomGrainForm(props: Props) {
})
})
}
setGrainOptions(options)
setGrainOptions([...options])
setGrainMap(map)
})
},[grainAPI])