From 0f7fda8b901f8a945275058996d6a53b55a927b8 Mon Sep 17 00:00:00 2001 From: Thiago Carvalho <32248947+thiagocarvalhodev@users.noreply.github.com> Date: Tue, 8 Oct 2024 15:34:20 -0300 Subject: [PATCH] Update upload_form.dart --- lib/components/upload_form.dart | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/lib/components/upload_form.dart b/lib/components/upload_form.dart index 221582e06..2ff5c6097 100644 --- a/lib/components/upload_form.dart +++ b/lib/components/upload_form.dart @@ -368,25 +368,6 @@ class _StatsScreenState extends State { ), ], ); - return ListTile( - contentPadding: EdgeInsets.zero, - title: Text( - file.entity.name!, - style: typography.paragraphNormal( - fontWeight: ArFontWeight.bold, - ), - ), - leading: Text( - filesize(file.size), - style: typography.paragraphNormal( - fontWeight: ArFontWeight.semiBold, - ), - ), - trailing: getIconForContentType( - file.entity.dataContentType ?? '', - size: 16, - ), - ); } else { final bundle = file as BundleUploadHandle;