This commit is contained in:
parent
8c9b6ec07e
commit
e1d22386a1
|
|
@ -31,7 +31,8 @@ export const StepContainer: FC<StepContainerProps> = ({
|
|||
onShouldProceed,
|
||||
children,
|
||||
showBackButton = false,
|
||||
showNextButton = true
|
||||
showNextButton = true,
|
||||
isSubmitting = false // ✅ 加上这行
|
||||
}) => {
|
||||
const buttonRef = useRef<HTMLButtonElement>(null)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue