Skip to content

Commit

Permalink
fix whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
stephmilovic committed Nov 9, 2022
1 parent b37e65c commit 1a0c157
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export const useAddToCaseActions = ({
: [];
}, [casesUi.helpers, ecsData, nonEcsData]);

const { activeStep, setStep, isTourShown } = useTourContext();
const { activeStep, incrementStep, setStep, isTourShown } = useTourContext();

const afterCaseCreated = useCallback(async () => {
if (isTourShown(SecurityStepId.alertsCases)) {
Expand Down

0 comments on commit 1a0c157

Please sign in to comment.