Mark button that should preferably not be pressed, Add className option for ConfirmAlert

This commit is contained in:
Florian Scholdei
2019-10-29 09:48:02 +01:00
parent 92430dfee3
commit 43d93d3197
5 changed files with 5 additions and 0 deletions

View File

@@ -38,6 +38,7 @@ class DeleteRepo extends React.Component<Props> {
message: t("deleteRepo.confirmAlert.message"),
buttons: [
{
className: "is-outlined",
label: t("deleteRepo.confirmAlert.submit"),
onClick: () => this.deleteRepo()
},