Make network configuration editable

This commit is contained in:
2025-06-16 18:51:33 +02:00
parent b00d46105b
commit 9f1f4b44ca
2 changed files with 60 additions and 6 deletions

View File

@ -19,13 +19,10 @@ export function EditSection(
display: "flex",
justifyContent: "space-between",
alignItems: "center",
marginBottom: "15px",
}}
>
{p.title && (
<Typography variant="h5" style={{ marginBottom: "15px" }}>
{p.title}
</Typography>
)}
{p.title && <Typography variant="h5">{p.title}</Typography>}
{p.actions}
</span>
)}