diff --git a/Packages/AppAccount/Sources/AppAccount/AppAccountsSelectorView.swift b/Packages/AppAccount/Sources/AppAccount/AppAccountsSelectorView.swift index 9dfd8735..be429d4f 100644 --- a/Packages/AppAccount/Sources/AppAccount/AppAccountsSelectorView.swift +++ b/Packages/AppAccount/Sources/AppAccount/AppAccountsSelectorView.swift @@ -49,6 +49,9 @@ public struct AppAccountsSelectorView: View { .onChange(of: currentAccount.account?.id) { _ in refreshAccounts() } + .onAppear { + refreshAccounts() + } } @ViewBuilder