value of type 'any AnyView' has no member 'boxedList' error when attempting to run
This commit is contained in:
parent
656c1b56d4
commit
996345a86f
@ -15,8 +15,8 @@ struct TaskList: View {
|
||||
ActionRow()
|
||||
.title(task.label)
|
||||
}
|
||||
.valign(.start)
|
||||
.boxedList()
|
||||
.valign(.start)
|
||||
.padding()
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user