Update version
This commit is contained in:
@@ -117,7 +117,7 @@ struct OnboardingView: View {
|
||||
selectedCurrency = AppSettings.getOrCreate(in: CoreDataStack.shared.viewContext).currency
|
||||
}
|
||||
.sheet(isPresented: $showingImportSheet) {
|
||||
ImportDataView()
|
||||
ImportDataView(importContext: .onboarding)
|
||||
}
|
||||
.sheet(isPresented: $showingAddSource) {
|
||||
AddSourceView()
|
||||
|
||||
Reference in New Issue
Block a user