@@ -26,7 +26,7 @@ interface Props {
|
||||
shootDayId: string;
|
||||
open: boolean;
|
||||
onOpenChange: (open: boolean) => void;
|
||||
onCreated: (setup: { id: string; name: string }) => void;
|
||||
onCreated: (setup: { id: string; name: string }) => Promise<void> | void;
|
||||
}
|
||||
|
||||
export function NewSetupDialog({ shootDayId, open, onOpenChange, onCreated }: Props) {
|
||||
|
||||
Reference in New Issue
Block a user