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