@@ -30,7 +30,7 @@ interface Props {
|
||||
projectId: string;
|
||||
open: boolean;
|
||||
onOpenChange: (open: boolean) => void;
|
||||
onCreate: (day: { id: string; date: string; unit: string; label: string | null }) => void;
|
||||
onCreate: (day: { id: string; date: string; unit: string; label: string | null }) => Promise<void> | void;
|
||||
}
|
||||
|
||||
export function NewShootDayDialog({ projectId, open, onOpenChange, onCreate }: Props) {
|
||||
|
||||
Reference in New Issue
Block a user