File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed
Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -334,23 +334,6 @@ export default function UploadPage() {
334334 ) }
335335 </ AnimatePresence >
336336
337- { /* Error Message */ }
338- < AnimatePresence >
339- { error && (
340- < motion . div
341- initial = { { opacity : 0 , scale : 0.95 } }
342- animate = { { opacity : 1 , scale : 1 } }
343- exit = { { opacity : 0 , scale : 0.95 } }
344- className = "mt-6 p-4 bg-red-50 dark:bg-red-900/20 border border-red-200 dark:border-red-800 rounded-xl flex items-center gap-3"
345- >
346- < AlertCircle className = "h-5 w-5 text-red-500 flex-shrink-0" />
347- < p className = "text-red-700 dark:text-red-400 font-medium" >
348- { error }
349- </ p >
350- </ motion . div >
351- ) }
352- </ AnimatePresence >
353-
354337 { /* Uploaded Files */ }
355338 < AnimatePresence >
356339 { uploadedFiles . map ( ( file , index ) => (
You can’t perform that action at this time.
0 commit comments