feat(client-Header): add userEdit on header

This commit is contained in:
2025-06-26 15:26:49 +05:00
parent 692461e266
commit 7127d88524
2 changed files with 21 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ interface ContentDrawerProps {
type: 'create' | 'edit';
login?: string;
name?: string;
email?: string;
email?: string | null;
}
export default function ContentDrawer({