Gaëtan Renaudeau
6 years ago
No known key found for this signature in database
GPG Key ID: 7B66B85F042E5451
1 changed files with
1 additions and
0 deletions
-
src/components/base/Modal/ConfirmModal.js
|
@ -29,6 +29,7 @@ type Props = { |
|
|
analyticsName: string, |
|
|
analyticsName: string, |
|
|
cancellable?: boolean, |
|
|
cancellable?: boolean, |
|
|
centered?: boolean, |
|
|
centered?: boolean, |
|
|
|
|
|
children?: *, |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
class ConfirmModal extends PureComponent<Props> { |
|
|
class ConfirmModal extends PureComponent<Props> { |
|
|