diff --git a/striker-ui/components/Files/ManageFilePanel.tsx b/striker-ui/components/Files/ManageFilePanel.tsx
index c0c485e2..b5c78483 100644
--- a/striker-ui/components/Files/ManageFilePanel.tsx
+++ b/striker-ui/components/Files/ManageFilePanel.tsx
@@ -375,7 +375,12 @@ const ManageFilePanel: FC = () => {
>
{editForm}
-
+
>
);
};