parent
e133676872
commit
912f62b29e
|
@ -70,7 +70,8 @@ public struct AppCoordinator: View, AppCoordinatorConforming, SizeClassProviding
|
|||
@State
|
||||
private var migrationPath = NavigationPath()
|
||||
|
||||
private let profileEditor = ProfileEditor()
|
||||
@StateObject
|
||||
private var profileEditor = ProfileEditor()
|
||||
|
||||
@StateObject
|
||||
private var interactiveManager = InteractiveManager()
|
||||
|
|
Loading…
Reference in New Issue