mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-07 05:55:44 +01:00
make confirmAlert Buttons clickable
This commit is contained in:
@@ -43,6 +43,7 @@ class ConfirmAlert extends React.Component<Props> {
|
||||
<button
|
||||
key={i}
|
||||
onClick={() => this.handleClickButton(button)}
|
||||
href="javascript:void(0);"
|
||||
>
|
||||
{button.label}
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user