We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 192ff44 + ede347e commit e8588a5Copy full SHA for e8588a5
packages/ant-component-mapper/src/wizard/wizard.js
@@ -33,7 +33,7 @@ const WizardInternal = ({
33
34
return (
35
<div onKeyDown={onKeyDown} {...WizardProps}>
36
- {title && <Modal title={title} onCancel={formOptions.onCanel} {...TitleProps} />}
+ {title && <Modal title={title} onCancel={formOptions.onCancel} {...TitleProps} />}
37
{stepsInfo && (
38
<Steps onChange={jumpToStep} current={activeStepIndex} {...StepProps}>
39
{stepsInfo.map((step, stepIndex) => (
0 commit comments