Skip to content

Commit

Permalink
removed unwanted function in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sksDonni committed Nov 17, 2023
1 parent 2dab2ce commit 80fd862
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions frontend/src/scenes/cohorts/cohortEditLogic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ export const cohortEditLogic = kea<cohortEditLogicType>([
}),
setQuery: (query: Node) => ({ query }),
duplicateCohort: (asStatic: boolean) => ({ asStatic }),
submitCohort: () => Promise<any>
}),

selectors({
Expand Down Expand Up @@ -206,7 +205,6 @@ export const cohortEditLogic = kea<cohortEditLogicType>([
},
}),
submit: (cohort) => {
actions.submitCohort()
actions.saveCohort(cohort)
},
},
Expand Down

0 comments on commit 80fd862

Please sign in to comment.