Unobserve ProfileEditor
This commit is contained in:
parent
e2402007c9
commit
f1a0ecadfa
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue