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)}