Skip to content

Commit

Permalink
added appropriate types to message variable in error-dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
vinu-deriv committed Jun 28, 2022
1 parent d12c921 commit a8a0fb4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type TSetDetails = {
cancel_button_text: undefined | string;
confirm_button_text: undefined | string;
onConfirm: undefined | (() => void);
message: any;
message: undefined | string | React.ReactElement;
has_close_icon?: boolean;
};

Expand Down

0 comments on commit a8a0fb4

Please sign in to comment.