value of type 'any AnyView' has no member 'boxedList' error when attempting to run

This commit is contained in:
gnomeeee 2026-03-15 09:33:24 +01:00
parent 656c1b56d4
commit 996345a86f

View File

@ -15,8 +15,8 @@ struct TaskList: View {
ActionRow() ActionRow()
.title(task.label) .title(task.label)
} }
.valign(.start)
.boxedList() .boxedList()
.valign(.start)
.padding() .padding()
} }
} }