We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d76fb3a commit 434d8b2Copy full SHA for 434d8b2
src/components/inputs/react-hook-form/description-field.tsx
@@ -20,11 +20,11 @@ function DescriptionField() {
20
21
const handleOpenDescription = () => {
22
setIsDescriptionFieldVisible(true);
23
- setValue(FieldConstants.DESCRIPTION, '');
24
};
25
26
const handleCloseDescription = () => {
27
setIsDescriptionFieldVisible(false);
+ setValue(FieldConstants.DESCRIPTION, '');
28
29
30
return (
0 commit comments