We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbc08bc commit 6952cc8Copy full SHA for 6952cc8
packages/react/src/views/AttachmentPreview/AttachmentPreview.js
@@ -127,7 +127,7 @@ const AttachmentPreview = () => {
127
`}
128
>
129
File name
130
- </Box>
+ </Box>
131
<Input
132
onChange={(e) => {
133
handleFileName(e);
@@ -174,7 +174,6 @@ const AttachmentPreview = () => {
174
type="text"
175
css={styles.input}
176
placeholder="Description"
177
- value={description}
178
ref={messageRef}
179
/>
180
</Box>
0 commit comments