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

@@ -28,6 +28,7 @@ class DeletePermissionButton extends React.Component<Props> {
message: t("permission.delete-permission-button.confirm-alert.message"),
buttons: [
{
className: "is-outlined",
label: t("permission.delete-permission-button.confirm-alert.submit"),
onClick: () => this.deletePermission()
},