fixed the actions on the bin settings and the bottom navigator opening up the side when buttons other than more waere clicked
This commit is contained in:
parent
9105b4be3a
commit
5d697091e0
3 changed files with 26 additions and 18 deletions
|
|
@ -2255,7 +2255,7 @@ export default function BinSettings(props: Props) {
|
|||
}
|
||||
return (
|
||||
<DialogActions>
|
||||
<Grid container justifyContent="space-between" direction="row">
|
||||
<Grid container justifyContent="space-between" direction="row" width="100%">
|
||||
<Grid size={{ xs: 5 }}>
|
||||
{mode === "add" ? (
|
||||
<Button
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue