mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Pass in dataservice
This commit is contained in:
parent
a28f618b08
commit
8f6dbfed35
1 changed files with 1 additions and 0 deletions
|
|
@ -99,6 +99,7 @@ public struct EditLabelsSheet: View {
|
|||
Text("Done").bold()
|
||||
}))
|
||||
}
|
||||
.environmentObject(viewModel.services.dataService)
|
||||
.task {
|
||||
await labelsViewModel.loadLabelsFromStore(dataService: viewModel.services.dataService)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue