From f70da6b292a10156d5379a9651a0a4a3edaf1b2e Mon Sep 17 00:00:00 2001 From: Tunglies <77394545+Tunglies@users.noreply.github.com> Date: Tue, 7 Apr 2026 22:01:41 +0800 Subject: [PATCH] fix: call enhanceProfiles after drag-drop import to reload core config #6744 --- src/pages/profiles.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/profiles.tsx b/src/pages/profiles.tsx index 8e332a331..e49ae3560 100644 --- a/src/pages/profiles.tsx +++ b/src/pages/profiles.tsx @@ -212,6 +212,7 @@ const ProfilePage = () => { await createProfile(item, data) await mutateProfiles() } + await enhanceProfiles() }, )