fix: pass environmentObject to people sheet to prevent PM reopen crash (#1069)

Co-authored-by: jack <212554440+jackjackbits@users.noreply.github.com>
This commit is contained in:
Artem Lytkin
2026-04-02 11:37:08 -05:00
committed by GitHub
co-authored by jack
parent 34bae4a89d
commit 19437a0bc6
+1
View File
@@ -194,6 +194,7 @@ struct ContentView: View {
)
) {
peopleSheetView
.environmentObject(viewModel)
}
.sheet(isPresented: $showAppInfo) {
AppInfoView()