Bug fix
This commit is contained in:
parent
5e22cef64b
commit
ec067773f4
@ -49,7 +49,7 @@ const fieldLabels: Record<SortField, string> = { name: "Name", level: "Level" };
|
||||
type RequestModalProps = {
|
||||
open: boolean;
|
||||
onClose: () => void;
|
||||
requestingUserId: number;
|
||||
requestingUserId: number | undefined;
|
||||
scientist?: Scientist | null;
|
||||
};
|
||||
function RequestModal({ open, onClose, requestingUserId, scientist }: RequestModalProps) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user