Skip to content

Commit

Permalink
remove onComplete
Browse files Browse the repository at this point in the history
  • Loading branch information
scsjonatan committed Aug 6, 2024
1 parent d9d37a9 commit 35fe0a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/packages/core/src/Contexts/wizard-context.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ export interface ContextProps {
setOnSubmit: (f: (...args: any[]) => void) => void;
setIsLoading: (isLoading: boolean) => void;
setHasError: (hasError: boolean) => void;
onComplete: (id: string) => void;
}

const WizardContext = React.createContext<() => ContextProps>(undefined);
Expand Down

0 comments on commit 35fe0a9

Please sign in to comment.