Merge branch 'rye_grain' into staging_environment
This commit is contained in:
commit
1b916a34de
6 changed files with 101 additions and 7 deletions
|
|
@ -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,
|
||||
|
|
|
|||
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue