From 28920e29273cefff010f89f2e8e4fac45e27dca0 Mon Sep 17 00:00:00 2001 From: Shun Miyazawa Date: Mon, 23 Dec 2024 16:19:49 +0000 Subject: [PATCH] rm unnec code --- web/app/(commonLayout)/apps/Apps.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/web/app/(commonLayout)/apps/Apps.tsx b/web/app/(commonLayout)/apps/Apps.tsx index d21fa37808c60c..34a28d908e1e37 100644 --- a/web/app/(commonLayout)/apps/Apps.tsx +++ b/web/app/(commonLayout)/apps/Apps.tsx @@ -79,7 +79,6 @@ const Apps = () => { const anchorRef = useRef(null) const options = [ { value: 'all', text: t('app.types.all'), icon: }, - // { value: 'my-apps', text: 'My apps', icon: }, { value: 'chat', text: t('app.types.chatbot'), icon: }, { value: 'agent-chat', text: t('app.types.agent'), icon: }, { value: 'workflow', text: t('app.types.workflow'), icon: },