Skip to content

Commit

Permalink
fix: remove useless prop
Browse files Browse the repository at this point in the history
  • Loading branch information
akhmyrov committed Nov 14, 2022
1 parent 8239beb commit 3d7d145
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bestdoctor/ke-beta",
"version": "13.2.6",
"version": "13.2.7",
"description": "BestDoctor back-office UI constructor",
"author": "pro100filipp",
"main": "dist/index.js",
Expand Down
1 change: 0 additions & 1 deletion src/Wizard/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ export interface WizardProps<Key extends string, Action extends string, StepData
steps: Record<Key, FC<StepArgs<Action, StepData>>>
start: Start<Key, StepData>
name: string
onStepChange: (stepKey: Key, data: StepData) => void
onFinish: (data: StepData) => void
onRestart: () => void
}
Expand Down

0 comments on commit 3d7d145

Please sign in to comment.