fix: call enhanceProfiles after drag-drop import to reload core config #6744

This commit is contained in:
Tunglies 2026-04-07 22:01:41 +08:00
parent c2aa9d79ff
commit f70da6b292
No known key found for this signature in database
GPG Key ID: B9B01B389469B3E8

View File

@ -212,6 +212,7 @@ const ProfilePage = () => {
await createProfile(item, data)
await mutateProfiles()
}
await enhanceProfiles()
},
)