mirror of
https://github.com/maxgoedjen/secretive.git
synced 2026-06-19 11:28:58 +02:00
WIP
This commit is contained in:
@@ -31,7 +31,7 @@ struct BatchedRequestsView: View {
|
||||
Spacer()
|
||||
Button("Review") {
|
||||
Task {
|
||||
try await review([pending.element])
|
||||
try? await review([pending.element])
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -42,7 +42,7 @@ struct BatchedRequestsView: View {
|
||||
Spacer()
|
||||
Button("Review All") {
|
||||
Task {
|
||||
try await review(Set(group.element))
|
||||
try? await review(Set(group.element))
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user