mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-06 21:45:43 +01:00
add close button
This commit is contained in:
@@ -40,6 +40,11 @@ class ConfirmAlert extends React.Component<Props> {
|
||||
<p className="modal-card-title">
|
||||
{title}
|
||||
</p>
|
||||
<button
|
||||
className="delete"
|
||||
aria-label="close"
|
||||
onClick={() => this.close()}
|
||||
/>
|
||||
</header>
|
||||
<section className="modal-card-body">
|
||||
{message}
|
||||
|
||||
Reference in New Issue
Block a user