Skip to content

Commit

Permalink
fix: spread SwipeAction rest props (#318)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuwenchun authored and BANG88 committed Feb 11, 2019
1 parent 2614742 commit 01519e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/swipe-action/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ class SwipeAction extends React.Component<SwipeActionProps> {
onOpen={onOpen}
onClose={onClose}
disabled={disabled}
{...restProps}
>
{children}
</Swipeout>
Expand Down

0 comments on commit 01519e3

Please sign in to comment.