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 7068d57 commit 3c02f68Copy full SHA for 3c02f68
frontend/src/components/QuestionImageContainer/index.tsx
@@ -78,7 +78,7 @@ const QuestionImageContainer: React.FC<QuestionImageContainerProps> = ({
78
}
79
80
toast.success("File uploaded successfully");
81
- } catch (error) {
+ } catch {
82
toast.error("Error uploading file");
83
84
};
0 commit comments