Revert "Unobserve ProfileEditor"

This reverts commit f1a0ecadfa.
This commit is contained in:
Davide 2024-12-09 20:35:42 +01:00
parent e133676872
commit 912f62b29e
No known key found for this signature in database
GPG Key ID: A48836171C759F5E
1 changed files with 2 additions and 1 deletions

View File

@ -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()