Skip to content

Commit

Permalink
remove unused onCancel type
Browse files Browse the repository at this point in the history
  • Loading branch information
ritch committed Jan 7, 2025
1 parent 3583202 commit f6dfbe0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ export const OperatorExecutionTrigger = ({
onClick?: () => void;
onSuccess?: ExecutionCallback;
onError?: ExecutionErrorCallback;
onCancel?: () => void;
prompt?: boolean;
executionParams?: object;
executorOptions?: OperatorExecutorOptions;
Expand Down

0 comments on commit f6dfbe0

Please sign in to comment.