feat(client-Header): add userEdit on header
This commit is contained in:
@@ -11,7 +11,7 @@ interface ContentDrawerProps {
|
||||
type: 'create' | 'edit';
|
||||
login?: string;
|
||||
name?: string;
|
||||
email?: string;
|
||||
email?: string | null;
|
||||
}
|
||||
|
||||
export default function ContentDrawer({
|
||||
|
||||
Reference in New Issue
Block a user