feat: add validation to enter details flow
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { StepEnum } from "../../enterDetails/step"
|
||||
|
||||
export interface SectionAccordionProps {
|
||||
header: string
|
||||
isOpen: boolean
|
||||
isCompleted: boolean
|
||||
label: string
|
||||
path: string
|
||||
step: StepEnum
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user