Skip to content

Commit

Permalink
Uplift of #25652 (squashed) to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
brave-builds committed Oct 17, 2024
1 parent 0eb8c4f commit b408c42
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,12 +156,13 @@ struct HistoryView: View {
Alert(
title: Text(Strings.History.historyClearAlertTitle),
message: Text(Strings.History.historyClearAlertDescription),
dismissButton: .destructive(
primaryButton: .destructive(
Text(Strings.History.historyClearActionTitle),
action: {
model.deleteAll()
}
)
),
secondaryButton: .cancel()
)
}
}
Expand Down

0 comments on commit b408c42

Please sign in to comment.