Skip to content

Commit

Permalink
add messages for modals props
Browse files Browse the repository at this point in the history
  • Loading branch information
usavkov-epam committed Dec 18, 2024
1 parent 1a79e2b commit becee82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import {
interface DelayClaimsModalOwnProps {
claimsCount: number;
disabled: boolean;
message?: React.JSX.Element,
onCancel: () => void;
open: boolean;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {
interface SendClaimsModalOwnProps {
claimsCount: number;
disabled: boolean;
message?: React.JSX.Element,
onCancel: () => void;
open: boolean;
}
Expand Down

0 comments on commit becee82

Please sign in to comment.