Skip to content
This repository was archived by the owner on Dec 1, 2025. It is now read-only.

Commit a2a3775

Browse files
committed
added missing insurer xstate step
1 parent 360675b commit a2a3775

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/layout/src/components/cards/insurer/insurerMachine.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ interface InsurerStates {
1616

1717
type InsurerEvents =
1818
| { type: 'COMPLETE'; value: boolean }
19+
| { type: 'REMOVE' }
1920
| { type: 'CANCEL' }
2021
| { type: 'NEXT'; values?: any }
2122
| { type: 'BACK' }

0 commit comments

Comments
 (0)