synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
30 lines (29 loc) • 1.29 kB
JavaScript
import { jsxs as r, Fragment as t, jsx as e } from "react/jsx-runtime";
import { DialogTitle as i, Stack as c, Box as a, IconButton as s, DialogContent as l, Typography as d, DialogActions as u, Button as p } from "@mui/material";
import g from "../../IconSvg/IconSvg.js";
function x(n) {
const { onHide: o } = n;
return /* @__PURE__ */ r(t, { children: [
/* @__PURE__ */ e(i, { children: /* @__PURE__ */ r(
c,
{
direction: "row",
sx: {
alignItems: "center",
gap: "5px"
},
children: [
"Your Data Access Request Has Been Submitted",
/* @__PURE__ */ e(a, { sx: { flexGrow: 1 } }),
/* @__PURE__ */ e(s, { onClick: o, children: /* @__PURE__ */ e(g, { icon: "close", wrap: !1, sx: { color: "grey.700" } }) })
]
}
) }),
/* @__PURE__ */ e(l, { children: /* @__PURE__ */ e(d, { variant: "body1", children: "Your data access request been submitted and is currently being reviewed. Please allow for up to 2 weeks for your request to be reviewed and approved." }) }),
/* @__PURE__ */ e(u, { children: /* @__PURE__ */ e(p, { variant: "contained", onClick: o, children: "Finish" }) })
] });
}
export {
x as default
};
//# sourceMappingURL=RequestDataAccessSuccess.js.map