From c907d92380f63f0296a75368b7b657df4f5e68bf Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Fri, 10 Jan 2025 17:30:15 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E4=BB=A3=E7=A0=81=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/utils/utils.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/core/core-frontend/src/utils/utils.ts b/core/core-frontend/src/utils/utils.ts index 22e143945b..3a767d40b5 100644 --- a/core/core-frontend/src/utils/utils.ts +++ b/core/core-frontend/src/utils/utils.ts @@ -237,7 +237,6 @@ export const getLocale = () => { return wsCache.get('user.language') || getBrowserLocale() || 'zh-CN' } - export const isFreeFolder = (node, flag) => { const oid = wsCache.get('user.oid') if (!oid) {