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 19:37:08 +03:00 committed by GitHub
parent 34bae4a89d
commit 19437a0bc6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -194,6 +194,7 @@ struct ContentView: View {
)
) {
peopleSheetView
.environmentObject(viewModel)
}
.sheet(isPresented: $showAppInfo) {
AppInfoView()