Skip to content

Commit 266e99d

Browse files
committed
Update readme
1 parent 3e41ae7 commit 266e99d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ ReactDom.render(
170170
| isShow | Boolean | false | While `when` prop is true, `isShow` will be true when routing transition occurs. You can put your dialog component here. |
171171
| handleOk | function | | Allow routing transition and make `isShow` to be **false** again. |
172172
| handleCancel | function | | Block routing transition and make `isShow` to be **false** again. |
173-
| pass | function | | Low-level api under `handleOk` and `handleCancel`; pass **true** will allow routing transitions, while pass **false** will not. |
173+
| handlePass | function | | Low-level api under `handleOk` and `handleCancel`; pass **true** or **false** will allow/block routing transitions. Use this function to do your additional actions. |
174174
175175
## License
176176

0 commit comments

Comments
 (0)