Merge branch 'rye_grain' into staging_environment

This commit is contained in:
csawatzky 2025-09-02 09:29:30 -06:00
commit 1b916a34de
6 changed files with 101 additions and 7 deletions

View file

@ -490,7 +490,7 @@ export default function BinCard(props: Props) {
return (
<Card style={{ cursor: "pointer" }}>
{user.hasFeature("admin") && (
{user.hasFeature("installer") && (
<IconButton
style={{
height: 35,

View file

@ -34,7 +34,7 @@ export default function BinDuplication(props: Props) {
binAPI
.addBin(settings)
.then(resp => {
openSnack("Successfully duplicated bin");
openSnack("Successfully duplicated bin");
})
.catch(err => {
openSnack("Failed to duplicate bin");