minor fixes to feedback form React code
oops, forgot some hook deps!
This commit is contained in:
parent
ad43f58a07
commit
fb632f82d6
1 changed files with 1 additions and 1 deletions
|
@ -436,7 +436,7 @@ function FeedbackForm({ isDisabled, onClose, emailFieldRef }) {
|
||||||
|
|
||||||
setIsSending(true);
|
setIsSending(true);
|
||||||
},
|
},
|
||||||
[content]
|
[content, email, onClose, toast]
|
||||||
);
|
);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Reference in a new issue