Skip to content

Commit

Permalink
fix: cut out autoleave process option props
Browse files Browse the repository at this point in the history
  • Loading branch information
hel-axelor committed Feb 28, 2024
1 parent 9ace235 commit 58fc104
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ const LoaderPopup = ({
const {processItem, loading} = useLoaderListner(
{
disabled,
autoLeave,
process,
onSuccess,
onError,
Expand Down
1 change: 0 additions & 1 deletion packages/core/src/components/templates/Loader/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ export enum ProcessStatus {

export type ProcessOption = {
disabled: boolean;
autoLeave: boolean;
process: () => Promise<any>;
onSuccess: () => void;
onError: () => void;
Expand Down

0 comments on commit 58fc104

Please sign in to comment.