mirror of
https://github.com/Unleash/unleash.git
synced 2024-12-22 19:07:54 +01:00
feat: clear form on manual closing.
This commit is contained in:
parent
74a3c27b06
commit
f9561c3661
@ -417,7 +417,10 @@ export const FeedbackWrapper = ({ seedData, open }) => {
|
||||
>
|
||||
<div className={styles['close-button-row']}>
|
||||
<button
|
||||
onClick={() => setFeedbackIsOpen(false)}
|
||||
onClick={() => {
|
||||
setFeedbackIsOpen(false);
|
||||
close();
|
||||
}}
|
||||
className={styles['close-button']}
|
||||
disabled={!feedbackIsOpen}
|
||||
>
|
||||
|
Loading…
Reference in New Issue
Block a user