Skip to content

Commit c22dc5d

Browse files
committed
fix: restore cancelText and confirmText default values dropped during defaultProps migration
1 parent a6b85f8 commit c22dc5d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/components/UI/ActionView/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ const getStyles = (colors) =>
7373
export default function ActionView({
7474
cancelTestID = '',
7575
confirmTestID = '',
76-
cancelText,
76+
cancelText = '',
7777
children,
78-
confirmText,
78+
confirmText = '',
7979
confirmButtonMode = 'normal',
8080
onCancelPress,
8181
onConfirmPress,

0 commit comments

Comments
 (0)