+ {/* Warning */}
+
+
+
+ "{name}" has{" "}
+ {children.length} child{" "}
+ {children.length === 1 ? "workspace" : "workspaces"}:
+
+
+
+ {/* Child list */}
+
+ {children.map((c) => (
+ - {c.name}
+ ))}
+
+
+ {/* Cascade warning */}
+
+
+ Deleting will cascade — all child workspaces and their data will be permanently removed. This cannot be undone.
+
+
+
+ {/* Checkbox guard */}
+
+