Unobserve ProfileEditor

This commit is contained in:
Davide 2024-12-09 00:25:54 +01:00
parent e2402007c9
commit f1a0ecadfa
No known key found for this signature in database
GPG Key ID: A48836171C759F5E
1 changed files with 1 additions and 2 deletions

View File

@ -70,8 +70,7 @@ public struct AppCoordinator: View, AppCoordinatorConforming, SizeClassProviding
@State
private var migrationPath = NavigationPath()
@StateObject
private var profileEditor = ProfileEditor()
private let profileEditor = ProfileEditor()
@StateObject
private var interactiveManager = InteractiveManager()