From f74f06e403146c60c9149e6bd9079e45eb401f56 Mon Sep 17 00:00:00 2001 From: MystiPanda Date: Wed, 3 Jul 2024 10:58:57 +0800 Subject: [PATCH] fix: edit groups error --- src/components/profile/profile-item.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/profile/profile-item.tsx b/src/components/profile/profile-item.tsx index 308f76e1..1ce8587c 100644 --- a/src/components/profile/profile-item.tsx +++ b/src/components/profile/profile-item.tsx @@ -501,10 +501,10 @@ export const ProfileItem = (props: Props) => { /> { - await saveProfileFile(option?.proxies ?? "", curr ?? ""); + await saveProfileFile(option?.groups ?? "", curr ?? ""); onSave && onSave(prev, curr); }} onClose={() => setGroupsOpen(false)}