This commit is contained in:
huzibaca 2024-11-16 23:09:10 +08:00
parent 04f4f5f713
commit 3575c16326
No known key found for this signature in database
GPG Key ID: D4364EE4851DC302

View File

@ -30,6 +30,7 @@ export const ConnectionDetail = forwardRef<ConnectionDetailRef>(
anchorOrigin={{ vertical: "bottom", horizontal: "right" }}
open={open}
onClose={onClose}
sx={{ maxWidth: "520px" }}
message={
detail ? (
<InnerConnectionDetail data={detail} onClose={onClose} />