Cleanup recurring tasks
This commit is contained in:
parent
61b94e1c9c
commit
9b3aa26f5a
1 changed files with 1 additions and 1 deletions
|
|
@ -28,7 +28,7 @@ const AttachmentPreview: React.FC<AttachmentPreviewProps> = ({
|
|||
setTextContent(text);
|
||||
setLoading(false);
|
||||
})
|
||||
.catch((err) => {
|
||||
.catch((_err) => {
|
||||
setError('Failed to load file content');
|
||||
setLoading(false);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue