This commit is contained in:
hailin 2025-05-29 18:38:36 +08:00
parent 8c9b6ec07e
commit e1d22386a1
1 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,8 @@ export const StepContainer: FC<StepContainerProps> = ({
onShouldProceed,
children,
showBackButton = false,
showNextButton = true
showNextButton = true,
isSubmitting = false // ✅ 加上这行
}) => {
const buttonRef = useRef<HTMLButtonElement>(null)