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 b8084dd commit 3be91d2Copy full SHA for 3be91d2
package/src/components/MessageInput/FileUploadPreview.tsx
@@ -165,7 +165,6 @@ const FileUploadPreviewWithContext = <
165
166
// Handler triggered when an audio is loaded in the message input. The initial state is defined for the audio here and the duration is set.
167
const onLoad = (index: string, duration: number) => {
168
- console.log(index, duration);
169
setFilesToDisplay((prevFilesUploads) =>
170
prevFilesUploads.map((fileUpload) => ({
171
...fileUpload,
0 commit comments