From 184c4fbf7f82ab07d4189cb7e6d69c9ecaa35830 Mon Sep 17 00:00:00 2001 From: zhaoying Date: Mon, 9 Feb 2026 13:53:08 +0800 Subject: [PATCH] feat(web): hidden app import --- web/src/views/ApplicationManagement/index.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/web/src/views/ApplicationManagement/index.tsx b/web/src/views/ApplicationManagement/index.tsx index 264b72d3..74dcef05 100644 --- a/web/src/views/ApplicationManagement/index.tsx +++ b/web/src/views/ApplicationManagement/index.tsx @@ -2,7 +2,7 @@ * @Author: ZhaoYing * @Date: 2026-02-03 16:34:12 * @Last Modified by: ZhaoYing - * @Last Modified time: 2026-02-06 11:10:16 + * @Last Modified time: 2026-02-09 13:52:22 */ /** * Application Management Page @@ -83,9 +83,9 @@ const ApplicationManagement: React.FC = () => { setQuery(prev => ({...prev, type: value})) } - const handleImport = () => { - uploadWorkflowModalRef.current?.handleOpen() - } + // const handleImport = () => { + // uploadWorkflowModalRef.current?.handleOpen() + // } return ( <> @@ -111,9 +111,9 @@ const ApplicationManagement: React.FC = () => { - + */}