Reserve dialogs
This commit is contained in:
parent
259293f9b3
commit
07cdf2bc7a
13 changed files with 587 additions and 397 deletions
|
@ -1,4 +1,4 @@
|
|||
import {Menu} from "@mui/material";
|
||||
import {Fade, Menu} from "@mui/material";
|
||||
import * as React from "react";
|
||||
|
||||
const PopupMenu = (props) => {
|
||||
|
@ -10,6 +10,7 @@ const PopupMenu = (props) => {
|
|||
open={props.open}
|
||||
onClose={props.onClose}
|
||||
onClick={props.onClose}
|
||||
TransitionComponent={Fade}
|
||||
PaperProps={{
|
||||
elevation: 0,
|
||||
sx: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue