Fix animation in OpenVPNView

This commit is contained in:
Davide 2024-10-15 21:39:47 +02:00
parent ed28126cf7
commit 8cdd20dfb4
No known key found for this signature in database
GPG Key ID: A48836171C759F5E
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ struct OpenVPNView: View {
var body: some View {
manualView
.modifier(providerModifier)
.themeAnimation(on: editor.profile.modulesMetadata, category: .modules)
.themeAnimation(on: draft, category: .modules)
.moduleView(editor: editor, draft: draft, withName: !isServerPushed)
.navigationDestination(for: Subroute.self, destination: destination)
}