From e81f39b50ec1e3922ef12dcf95577e539dad04f6 Mon Sep 17 00:00:00 2001 From: zhaoying Date: Mon, 16 Mar 2026 09:58:28 +0800 Subject: [PATCH] feat(web): app api support shared_only key --- web/src/views/ApplicationManagement/index.tsx | 4 ++-- web/src/views/ApplicationManagement/types.ts | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/web/src/views/ApplicationManagement/index.tsx b/web/src/views/ApplicationManagement/index.tsx index 8fcc382b..32652bc3 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-03-13 17:03:40 + * @Last Modified time: 2026-03-16 09:56:02 */ /** * Application Management Page @@ -185,7 +185,7 @@ const ApplicationManagement: React.FC = () => { ref={scrollListRef} url={getApplicationListUrl} - query={{ ...query, include_shared: activeTab === 'sharing' }} + query={{ ...query, shared_only: activeTab === 'sharing' }} renderItem={(item) => (