diff options
| -rw-r--r-- | gui/src/renderer/components/AppButton.tsx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/src/renderer/components/AppButton.tsx b/gui/src/renderer/components/AppButton.tsx index c0731917d0..b5ad906410 100644 --- a/gui/src/renderer/components/AppButton.tsx +++ b/gui/src/renderer/components/AppButton.tsx @@ -133,6 +133,8 @@ export class BlockingButton extends React.Component<IBlockingProps, IBlockingSta ...child.props, disabled: this.state.isBlocked || this.props.disabled, onClick: this.onClick, + // TODO: Remove when NotificationOpenLinkAction has been converted from ReactXP + onPress: this.onClick, }); } else { return child; |
