mirror of
https://github.com/ivanvorobei/SwiftUI.git
synced 2026-04-21 08:11:40 +02:00
Just a couple of Combine Publishers to go.
This commit is contained in:
@@ -22,7 +22,7 @@ struct TaskItemView: View {
|
||||
.tapAction(count: 1) {
|
||||
self.delete()
|
||||
}
|
||||
NavigationButton(destination: TaskEditView(task: task).environmentObject(self.userData)) {
|
||||
NavigationLink(destination: TaskEditView(task: task).environmentObject(self.userData)) {
|
||||
Text(task.title)
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user