Merge pull request #520 from vector-im/SimonBrandner/fix/feedback
This commit is contained in:
commit
e5432ef260
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ export function FeedbackModal({ inCall, roomId, onClose, ...rest }: Props) {
|
||||||
}, [sent, onClose]);
|
}, [sent, onClose]);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Modal title="Submit Feedback" isDismissable {...rest}>
|
<Modal title="Submit Feedback" isDismissable onClose={onClose} {...rest}>
|
||||||
<ModalContent>
|
<ModalContent>
|
||||||
<Body>Having trouble? Help us fix it.</Body>
|
<Body>Having trouble? Help us fix it.</Body>
|
||||||
<form onSubmit={onSubmitFeedback}>
|
<form onSubmit={onSubmitFeedback}>
|
||||||
|
|
Loading…
Reference in a new issue