mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Add interface for changing pill bottle color
This commit is contained in:
@@ -369,6 +369,11 @@ const ChemMasterCustomization = (props, context) => {
|
||||
|
||||
return (
|
||||
<Section title="Pill Bottle Customization">
|
||||
<Button
|
||||
disabled={!data.loaded_pill_bottle}
|
||||
content='Customize Bottle Color'
|
||||
onClick={() => modalOpen(context, 'change_pill_bottle_style')}
|
||||
/>
|
||||
<Button
|
||||
disabled={!data.loaded_pill_bottle}
|
||||
icon="eject"
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user