From 689734b29338a61c69fc872d9c1975338accf41e Mon Sep 17 00:00:00 2001 From: Tsu-ba-me Date: Thu, 21 Sep 2023 01:50:38 -0400 Subject: [PATCH] fix(striker-ui): close on proceed when confirm in manage files --- striker-ui/components/Files/ManageFilePanel.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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} - + ); };